Subform ?

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

Guest

I need to know how I would after entering data into the last field in my
subform for it to go directly to the first field in the form and to the next
record?

Thanks
 
teelee said:
I need to know how I would after entering data into the last field in my
subform for it to go directly to the first field in the form and to the next
record?

Thanks

Ctrl-Tab will take you out of the subform and, if the subform control is the
last control in the tab order on the main form and the main form's Cycle
property is set to "All Records", it will automatically go on to the next
record.
 
Your subform seems to have Cycle set to Current Record. Change it to All
Records.
 
Yes I have the cycle set to All......it's still not working right.

Thanks
 
If your last filed's Enter Key Behavior is set to New Line in Field, then
Press Tab instead of Enter.
Bsrg.
 

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