Tabs in a form

  • Thread starter Thread starter Kelly
  • Start date Start date
K

Kelly

I have a form with 12 fields. I have the tab order set
the way I want it, but when I reach the end and hit tab,
I would like to go back to the first field of the same
record. Instead, I go to the next record. What are the
settings for this? Any advice will be appreciated!!!

Thanks
 
Kelly,

set the 'Cycle' property in the Form's 'Other' property
page to 'CurrentRecord'.

Hope that helps.


Damien
 
Open the form in design view.
Open the Properties box (View menu).
On the "Other" tab of the Properties box, set Cycle to:
Current Record
 
Kelly said:
I have a form with 12 fields. I have the tab order set
the way I want it, but when I reach the end and hit tab,
I would like to go back to the first field of the same
record. Instead, I go to the next record. What are the
settings for this? Any advice will be appreciated!!!

Thanks

In A2K, on the menu bar, click on TOOLS / OPTIONS

Click on the KEYBOARD tab.

If 'Next Record' is selected, click on 'Next Field',
then OK.

Should be the same in the other versions.....
 
SteveS said:
In A2K, on the menu bar, click on TOOLS / OPTIONS

Click on the KEYBOARD tab.

If 'Next Record' is selected, click on 'Next Field',
then OK.

Should be the same in the other versions.....

Darn, I thought the remedial reading class was helping......

Note to self: TAB is not the same as 'Move after Enter'!!

Apologies...
 

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

Similar Threads

Tab order stops at last field 6
Tab stops 3
Tabbing 1
Tabbing between a main form and a subform 1
Tabbed Forms 2
Tab Order 3
Cycle All Records not working as expected 6
Tabbing through form w/ subforms 1

Back
Top