Multipage form

  • Thread starter Thread starter Junior
  • Start date Start date
J

Junior

One a multipage form - i want to be sure [txtStatus] on PageOne has an entry
in it before allowing a user to advance to PageTwo - OR some action that
will move the user back to PageOne [txtStatus] if they fail to enter data in
that control.
But Page properties don't seem to have what i need?
 
One a multipage form - i want to be sure [txtStatus] on PageOne has an entry
in it before allowing a user to advance to PageTwo - OR some action that
will move the user back to PageOne [txtStatus] if they fail to enter data in
that control.
But Page properties don't seem to have what i need?

Use the Change event (which can be cancelled) on the Tab Control's
Events.

John W. Vinson[MVP]
 
Back
Top