View Full Version : tabs on forms


IanH
07-26-2001, 05:46 AM
Sorry if this has been answered before, but is there a simple bit of code I can use behind a control button to move backwards and forwards between tabs on a form (in the same was as you can create buttons to move backwards and forwards between records)?

Thanks

Ian

Travis
07-26-2001, 04:16 PM
Dim intTabPage As Integer

intTabPage = Me.TabCt.Value + 1
TabCt.Pages(intTabPage).SetFocus