Oliver2003
Technical User
I have two forms that I use to input data into a ms access databse. Both the forms put in one record
e.g. some info is entered in the first form, then you click next, enter info in the second form, clcik OK and all the info is entered into one record.
What I would like to do is do this a number of times i.e if I had 5 records to enter you would set i=5 and it would loop around the above e.g. five times entering 5 records.
If I just had one form to enter data, I could use a do loop and the form.show vbmodal property,
But how can this be done with two or more forms form?
e.g. some info is entered in the first form, then you click next, enter info in the second form, clcik OK and all the info is entered into one record.
What I would like to do is do this a number of times i.e if I had 5 records to enter you would set i=5 and it would loop around the above e.g. five times entering 5 records.
If I just had one form to enter data, I could use a do loop and the form.show vbmodal property,
But how can this be done with two or more forms form?