Return to Snippet

Revision: 42651
at March 8, 2011 09:34 by heislekw


Initial Code
Private Sub cmdCompanyInfo_Click()
    ' move to first page of form.
    Me.GoToPage 1
End Sub

Private Sub cmdPersonalInfo_Click()
    ' move to second page of form.
    Me.GoToPage 2
End Sub

Initial URL


Initial Description
On form, insert a Page Break after the first group of fields. This creates two "pages" in the form, which can be toggled using a command button on each.

Initial Title
Use PageBreaks instead of tabs

Initial Tags


Initial Language
Visual Basic