T
Tony
Hi All,
I've got a db with lots of combo boxes and I'd like the user to be able to
scroll through the list items using the up/down arrow keys. I'm currently
using the KeyPress event and looking for keycode = 40 to enable dropdown on
the combo box. However, this seems cumbersome as I have to do this on the
KeyPress event for every combo box in the db.
Can anyone offers suggestions as to how I can accomplish this globally as
opposed to adding code to each combo box's KeyPress?
Thanks & Ciao,
Tony
I've got a db with lots of combo boxes and I'd like the user to be able to
scroll through the list items using the up/down arrow keys. I'm currently
using the KeyPress event and looking for keycode = 40 to enable dropdown on
the combo box. However, this seems cumbersome as I have to do this on the
KeyPress event for every combo box in the db.
Can anyone offers suggestions as to how I can accomplish this globally as
opposed to adding code to each combo box's KeyPress?
Thanks & Ciao,
Tony