Pressing F4 with code in Combo Box

  • Thread starter Thread starter Brenda Hoffman
  • Start date Start date
B

Brenda Hoffman

I would like to display the drop down box whenever anyone
begins entering information into a combo box. Is there
code that can be added to accomplish this in the combobox
lookup function?
 
You are a genius. If you put this call in the On Change
event everytime an entry is made the drop down appears.
Just what I wanted... Thanks.
-----Original Message-----
Combos have a Dropdown method, e.g.:
Me.[MyCombo].DropDown

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

I would like to display the drop down box whenever anyone
begins entering information into a combo box. Is there
code that can be added to accomplish this in the combobox
lookup function?


.
 
Back
Top