Hi,
I have created a popup form with some unbound fields that feeds criteria on an append query. my question is how do i add a set number of records based on an unbound quantity field on the form.
E.G. I am on the mainform and i create a new record which generates a job_Number. This record has a subform linked by job_number. Normally i would create individual records manually on the subform via combobox Trainee_Name Start_Date End_Date. So if i had 10 trainees on the same job, i would have to add it 10 times to the subform to create 10 records.
What i would like to do is use the popup form to choose trainee_name from the combobox, start_date, end_date and quantity (10). when i then run the query it will create 10 records based on my popup form..
Hope this makes sense. and thanks for any help you can give.
I have created a popup form with some unbound fields that feeds criteria on an append query. my question is how do i add a set number of records based on an unbound quantity field on the form.
E.G. I am on the mainform and i create a new record which generates a job_Number. This record has a subform linked by job_number. Normally i would create individual records manually on the subform via combobox Trainee_Name Start_Date End_Date. So if i had 10 trainees on the same job, i would have to add it 10 times to the subform to create 10 records.
What i would like to do is use the popup form to choose trainee_name from the combobox, start_date, end_date and quantity (10). when i then run the query it will create 10 records based on my popup form..
Hope this makes sense. and thanks for any help you can give.