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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top