Multiple pages with tabs

  • Thread starter Thread starter hillan
  • Start date Start date
H

hillan

Guest
I hope that I am asking an appropriate question. I have a simple database with an entry form consisting of 6 pages with tab headers. If I tab betweeen the fields then at the end of the first page I go to the 2nd record. How can I re-arrange this so that I go to the second and subsequent pages by default?
 
I'm not sure if this is the right syntax, but it will give you a start.

me.TabControlName.pages(0).SetFocus

I think this is right. Use pages(1) etc to access subsequent pages.

You need to think also about the frustration of users if they click out of the control with the movement code, and it dosn't move them to the record they expected.

Duane Barker
 

Users who are viewing this thread

Back
Top Bottom