Multipage form

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?
 
J

John Vinson

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]
 
Top