M
mscertified
I have a form with lots of co-dependent combo boxes.
Certain combinations of selections are valid and some invalid.
Some of the combo boxes also have very large rowsources so I postpone
loading until the focus lands on the control.
The thing is I really don't want to trigger these things in the 'OnFocus'
event as it triggers when the user just tabs to the control they want. I
really need it to trigger on the click of the down arrow. Is there a way to
achieve this other than by overlaying a separate button over the down arrow,
Certain combinations of selections are valid and some invalid.
Some of the combo boxes also have very large rowsources so I postpone
loading until the focus lands on the control.
The thing is I really don't want to trigger these things in the 'OnFocus'
event as it triggers when the user just tabs to the control they want. I
really need it to trigger on the click of the down arrow. Is there a way to
achieve this other than by overlaying a separate button over the down arrow,