DropDown event

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I need to load for some of my comboboxes quries when the user droping down
the combobox

Is there a way to do this?
 
I don't fully follow what you are asking. You could use the Click event to
capture clicking the combobox or KeyDown event to capture the Alt+Down Arrow
key stroke used to open the combobox. To detect the open state of the
combobox, you will find an example here.

http://www.mvps.org/access/api/api0052.htm
 
Back
Top