Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Single table and multiple pages

Status
Not open for further replies.

dp2005

MIS
Jun 13, 2005
8
US
I have a single table with 40 fields. I would like to create a data entry form for this table. AS I have 40 fields I need to split them onto two pages. Also I would like the tab order to be such that at the end of the first page it automatically takes you to the next page. Help Please!
 
In the last data entry box put the following in one of its events (the event you choose to put it in depends how the user moves to the next field).

Me.TabCtlName.Pages("pgName").SetFocus

This selects a specific page tab



Ian Mayor (UK)
Program Error
Programmers do it one finger at a time!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top