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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top