Hi, I’m looking for a bit of help. I have a form 'Holders' which has an autonumber field (holderID) with various other fields containing individual information.
What I am looking to do is have a form with four text fields "LotID";"Owner";"Location" and "NumberReceived"
Then a command button to run code which will add the records (all with same lot id etc) to a table for "numbereceived" amount of records. Ending up with say 25 identical records apart from the autonumber field being different.
Guessing I’m going to need a recordset and loop function but not sure how to go about it.....
Many thanks.
What I am looking to do is have a form with four text fields "LotID";"Owner";"Location" and "NumberReceived"
Then a command button to run code which will add the records (all with same lot id etc) to a table for "numbereceived" amount of records. Ending up with say 25 identical records apart from the autonumber field being different.
Guessing I’m going to need a recordset and loop function but not sure how to go about it.....
Many thanks.