Opening several forms at one time

B

Barth Wilsey

I have several surveys on separate forms that place information in different
tables.
Can I open several forms at once so that a client user can sit down in front
of a computer and complete each survey (the last next button of each form
would be programmed to close the form and allow the user to see the next
form?

thanks in advance, Barth
 
R

Rick Brandt

Barth said:
I have several surveys on separate forms that place information in
different tables.
Can I open several forms at once so that a client user can sit down
in front of a computer and complete each survey (the last next
button of each form would be programmed to close the form and allow
the user to see the next form?

thanks in advance, Barth

Drop a new command button onto a form in design view with the Toolbox wizard
enabled. One of the choices offered by the wizard closes the current form.
Another choice provides the ability to open a different form.

Do both and then copy the OpenForm code into the button for closing the form.
You now have a button that closes one form and opens another (repeat as
necessary).
 
Top