Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reloading values in optionbuttons or checkboxes


I am building a database by entering order numbers and selecting othe
specifics through optionbuttons and checkboxes.

How can i reload this data in the main screen so the user can enter th
order number and the values in the optionsbuttons and checkboxes ar
automatically reloaded so the user can change them?

Thank

--
Redondo
-----------------------------------------------------------------------
Redondo7's Profile: http://www.excelforum.com/member.php...fo&userid=2657
View this thread: http://www.excelforum.com/showthread.php?threadid=39852

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Reloading values in optionbuttons or checkboxes

Read your data based on the key value provided by the user, then set the
state of each control according to the data values stored in the database.
There is no automatic procedure to do this.

--
Regards,
Tom Ogilvy

"Redondo7" wrote in
message ...

I am building a database by entering order numbers and selecting other
specifics through optionbuttons and checkboxes.

How can i reload this data in the main screen so the user can enter the
order number and the values in the optionsbuttons and checkboxes are
automatically reloaded so the user can change them?

Thanks


--
Redondo7
------------------------------------------------------------------------
Redondo7's Profile:

http://www.excelforum.com/member.php...o&userid=26577
View this thread: http://www.excelforum.com/showthread...hreadid=398523



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Reloading values in optionbuttons or checkboxes

I hope this isn't too simplistic a reply but short of actually coding
an example, here's a scheme.

1. Hopefully, your controls are contained within a form. If not, they
need to be.
2. The form would include an new control that activates a search
function macro.
3. If the search locates a match, copy the record and use its data to
alter the properties of the forms embedded controls.
4. You'll also need another control to save the changes. This function
has to address the database format and whether the old record is
replaced, or deleted and the changes saved as a new entry.
5. A message would inform the user of NO Matching Record when
appropriate.

regards,

mike

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel List submenu missing in XP, after reloading builtin menus Mark Excel Worksheet Functions 3 April 14th 07 11:07 PM
reloading a userform query anthony slater Excel Programming 1 October 7th 04 04:30 PM
reloading arrays JJ[_5_] Excel Programming 2 April 7th 04 09:15 PM
OptionButtons Paul Excel Programming 4 December 4th 03 04:12 PM
optionbuttons Phil Perry Excel Programming 1 July 10th 03 09:13 PM


All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"