Using upon enter event

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

Guest

I have a form that is recieving information from a query that is filtered
from input from a search box. The question is at the end of the form as the
user returns after the last field I would like this to open up the search box
for another user input. Any Ideas?
 
Bobcat,
Use the OnExit of your last field to trigger the code.
ex. DoCmd.RunCommand acCmdFind
hth
Al Camp
 

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

Back
Top