Tabbing through tab control pages

K

khaymon

How do I set the tab order so that it moves to the next page (tab control)?
My form has 7 tab controls, but the tab seems to move only in circles on my
first tab control page. Thanks.
 
K

khaymon

Can you tell me the code needed to get the last field on the form to go to a
new record?
Thanks.
 
K

khaymon

It's "circling" through the last page of the form when I hit enter.

ruralguy via AccessMonster.com said:
I would think hitting <enter> in that last control on the last tab would move
you to the next record. Do not put the trick textbox on that form or set it
invisible so it can not get the focus.
It's set to "All Records" currently.
To what do you have the Cycle property of the form set?
[quoted text clipped - 7 lines]
FirstTextBoxNextPage.SetFocus
End Sub

--
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.com
 

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

Top