G
Guest
Hi all
I posted a similar request earlier but the browser crashed so I don't think
it got posted.
I have an application where I wish to open a form, enter some information,
close the form using a button open the next form, enter some information,
close the form using a button etc for a defined number of forms. I need this
all to run in a loop as I will be reusing some of the information on each
form. I though of something like this:
Dim x as interger
For i=1 to x
DoCmd.openform "formname"
User enters data
CloseForm
Next
Thanks for any assistance
I posted a similar request earlier but the browser crashed so I don't think
it got posted.
I have an application where I wish to open a form, enter some information,
close the form using a button open the next form, enter some information,
close the form using a button etc for a defined number of forms. I need this
all to run in a loop as I will be reusing some of the information on each
form. I though of something like this:
Dim x as interger
For i=1 to x
DoCmd.openform "formname"
User enters data
CloseForm
Next
Thanks for any assistance