Suck up the drop down

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, is there a way to programmatically retract the dropdown on a combo box
after doing not_in_list event:
reponse = acDataErrContinue
me.undo

?

much thanks!
 
Use .SetFocus to move focus to any other control; the dropdown will "suckup"
automatically!
Hi, is there a way to programmatically retract the dropdown on a combo box
after doing not_in_list event:
reponse = acDataErrContinue
me.undo

?

much thanks!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 
Back
Top