tab tru pages on form (1 Viewer)

3699wat

Registered User.
Local time
Yesterday, 22:34
Joined
Oct 28, 2002
Messages
83
I have a form with 8 pages. I'd like to set it so I can tab tru all the field on the first pages and than to the first field of the second page and so on. I tried to set the cycle in the properties to current pages and current record, but it only tabs through the field of the page that is visible.
 

WayneRyan

AWF VIP
Local time
Today, 03:34
Joined
Nov 19, 2002
Messages
7,122
3699wat,

We covered this topic about two weeks ago, I can't remember
the syntax, but on the LostFocus event on each last field
you can set focus to the first on the next tab.

Search on "tab pages", it's out there somewhere.

Wayne
 

3699wat

Registered User.
Local time
Yesterday, 22:34
Joined
Oct 28, 2002
Messages
83
Thanks for your help. Found the solution by setting
Me.FirstFieldofFollowingPage.SetFocus on the On Exit of the last field of the page.
 

Users who are viewing this thread

Top Bottom