Putting it all together

Frodo

Registered User.
Local time
Today, 07:35
Joined
Mar 1, 2006
Messages
23
I dont know hot to say this but lets try :rolleyes:


I have about 8 forms each form with a table behind it or a query, so the user starts at the first form selecting this and that, after the selection a button is pressed another form opens the user fills out the information and presses a button and another form opens and so on until all the information have been filled.

My problom is that I want this to be only one window (form), and when the button is pressed this form changes to next window and so on.

Now it works like when the button is pressed a new windows opens and this window (form). The user can see this as a another form I want the first form to change into the second and the second to third and so on.

Hopefully someone understands what I am trying to say.

Best regards
Frodo
 
Create one main form, put a tab control on it and put each form on a separate tab as a subform.
 
Thanks...

One Main form
Is that just normal form that I decide that will be a main form ? or some special kind of form,

When I have finished creating this main form can I then use the other forms i already created as subforms or do I have to create them again.?

When you talk about each form on a seperate tab as a form
could you explain this a little better.
(or do you mean tab as a button which has a link to another sub form)

Easy to change from all these forms to a main form and a subform ?
thanks again
 
Thanks...

One Main form
Is that just normal form that I decide that will be a main form ? or some special kind of form,
normal form
When I have finished creating this main form can I then use the other forms i already created as subforms or do I have to create them again.?
You can use the same ones you have already created.
When you talk about each form on a seperate tab as a form
could you explain this a little better.
(or do you mean tab as a button which has a link to another sub form)

Easy to change from all these forms to a main form and a subform ?
thanks again
Here are some screenshots that might help:

tab01.png


tab02.png


tab03.png



tab04.png
 
Thanks again for a great respond.
 

Users who are viewing this thread

Back
Top Bottom