Form

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

Guest

Hi all,

I am building my form and in it there are 5 boxes to fill in. Once I get to
the last box and put the info in I click at the bottom for next entry, but my
curser always stays in the last box from the previous entry. I have to click
it back at the beginning box. How can I get it to go there each time I want
a new entry.

Thanks in advance,
L.
 
In the appropriate event (e.g. After Insert or After Update) add
<box1>.setfocus

where you would substitute the control name for <box1>
 

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