Combobox Selection

amirbilal

New member
Local time
Yesterday, 18:01
Joined
Dec 14, 2005
Messages
9
I have a combo box with like thousand records. Now what exactly i want to do is to determine that there is a selection made.

that user has either made a selection by using mouse or by pressing enter from keyboard.

depending on that i want to load values in another combo and load values into that.

please advice :)

thanks in advance for you time.
 
use the afterupdate event of the combo to fire your code.

Peter
 

Users who are viewing this thread

Back
Top Bottom