I'm using Access 2003 but I'll be moving to 2010 soon.
In VBA, how can I tell if the dropdown list of a combobox is currently being displayed? I want to use the KeyPress or KeyDown events of the combobox to do 1 thing if the dropdown is being displayed and something else if it isn't being displayed.
Any ideas how to accomplish this?
Rich
In VBA, how can I tell if the dropdown list of a combobox is currently being displayed? I want to use the KeyPress or KeyDown events of the combobox to do 1 thing if the dropdown is being displayed and something else if it isn't being displayed.
Any ideas how to accomplish this?
Rich