Creating a Wizard

J

James

Hello,

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

Thanks!

JWA
 
R

Rick Brandt

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