creating a wizard in access

C

chanu

I am preparing a form wizard.It has a mainform and many subforms. The purpose
to guide the user to enter data in the mainform(which holds some of the
fields of the maintable) and subforms(which holds data for the tables linked
in one-to-many relation with the main table). the wizard will have two
navigation buttons
< BACK
NEXT >
i don't know whether to keep these buttons on the mainform or the subform. I
choose to keep them in all the subforms and anyhow the sybforms move in a
specific order, I want towrite on each subform's navigation button's click
event.
for example in the sfrm2 NEXT click event:
Me. parent.Me.sfrSubformControl.SourceObject = "sfrm3"
in the BACK event:
Me. parent.Me.sfrSubformControl.SourceObject = "sfrm1"
I don't know whether it is a good idea or any problems would occur in the
future if i adopt such a design for the wizard.
I appeal you friends to give me a better solution or idea
or
at least a link or resource to give me more information
 
C

chanu

Hi friends,
why am i not getting any response from you? is it a foolish question? i am
not sure how to do this that's why i am looking to you for help. Pl. excuse
my ignorance and help me solve this.
 

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

Top