Creating a Wizard

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hello,

Could someone please point me in a good direction for resources for
creating an Access Wizard?

Thanks!

JWA
 
James" < said:
Hello,

Could someone please point me in a good direction for resources for
creating an Access Wizard?

Thanks!

JWA

I create wizards by using a TabControl on a single form with the tab style set
to "None". Then a set of [Back] and [Next] buttons simpy advance or retreat the
Tab Page being displayed. In the Change event of the TabControl I test the page
and run code appropriate to that page.
 

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