help me :)

andrewwood

New member
Local time
Today, 03:51
Joined
Jan 31, 2007
Messages
7
Im currently writing a database to imput all my computers at work.

Ive selected a combo box on my main table, which has has all the machine ID's inserted. When I click the the little drop down box and all the numbers appear I would like it so that when a number is selected the table automatically updates without pressing enter.

Does this make sense?

Thanks in advance.

Andrew.
 
Use the ComboBox's OnChange event to update all the specific other controls. This way, everytime you change the contents of the ComboBox, the code that is updating the other information is run, and you've not pressed enter to do it.
 

Users who are viewing this thread

Back
Top Bottom