peter said:
The Access wizards use multiple forms displayed in a subform control.
As you move from next to next it validates and then loads the next sub form
into the control.
hth
peter walker mvp
Well I must be doing something wrong here although I have been somewhat
successful trying your idea.
What I have is a search wizard but for each successive selection a
different form needs to be loaded. I am putting the code on the cmdNext
on click action.
Here is the theme, the first form has let's say 5 departments on it. In
the code on the cmdNext_Click() I test the selection in the list box on
the sfrmDepartments. It then load the next appropriate sfrm in the
sfrmctrWizardSearch.SourceObject however, I do not know how to test what
has been selected on this form or any succeeding form.
Any Ideas?