On Click / Events Question

  • Thread starter Thread starter Jersey Girl
  • Start date Start date
J

Jersey Girl

I created a simple form for basic information and I've been trying to figure
out how to get my cursor to appear in the first box (called First Name) of my
form after the "add user" button has been clicked.
I'm pretty sure it has something to do with the "on click" option under the
Events tab but I don't know the code or where I should put it when the VB box
opens.

Any help would be appreciated.
Thanks
 
You need to set focus to that box. There should be many examples on here so
try a search.
 
Back
Top