View Full Version : Auto Expand a Combo Box?


AccessKurzo
01-05-2001, 11:22 AM
is there a way to automatically expand a combo box when it has focus set to it when using the tab button?

R. Hicks
01-05-2001, 11:34 AM
Use the On Got Focus event of the combobox.

Me![YourComboBoxName].Dropdown

HTH
RDH

AccessKurzo
01-05-2001, 12:04 PM
Awesome.....thanks R.