J
Jesper F
I have several forms with a lot of controls, many of which
are combo boxes.
For all the combos I'd like them to dropdown when they get
the focus.
Normally I would of course use:
me!comboname.dropdown
in the gotfocus event for each control, but is there an
easier way to do this for a lot of controls perhaps with
less code?
All controls on the forms are named "qstnX" where X is a
sequentiel number.
Thanks for any input.
are combo boxes.
For all the combos I'd like them to dropdown when they get
the focus.
Normally I would of course use:
me!comboname.dropdown
in the gotfocus event for each control, but is there an
easier way to do this for a lot of controls perhaps with
less code?
All controls on the forms are named "qstnX" where X is a
sequentiel number.
Thanks for any input.