View Full Version : help me :)


andrewwood
01-31-2007, 03:16 AM
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.

Moniker
01-31-2007, 08:26 AM
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.