Tabbing through tab control pages

  • Thread starter Thread starter khaymon
  • Start date Start date
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.
 
Can you tell me the code needed to get the last field on the form to go to a
new record?
Thanks.
 
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
 
Back
Top