When I create a wizard, to walk a user through a process, I generally use a
tab control, set the style to None (so they cannot see or click on the
individual tabs), then put Next and Back buttons in the forms footer.
In the click event of those buttons, I either increase or decrease the value
of the tab control, and then disable the next button. Then in the
AfterUpdate event of those controls that are on each tab, I execute some code
to determine whether all of the required fields for that tab have been
entered. If so, I enable the Next button.
--
HTH
Dale
email address is invalid
Please reply to newsgroup only.