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
 
Back
Top