D
drolfe
So here is what i am trying to do:
Background:
I have two tables, (AuditDB) and (AccountDB)
AccountDB has an autonumber key preventing duplicates (AccountID)
AuditDB also has an autonumber key preventing duplicates (AuditID)
A relationship has been established between the two tables, linking a
field in (AccountDB.CollectorID) to (auditDB.auditID)
I have a form to modify these two tables.
Objective:
I need to make it so when add a new record to auditDB, it will also add
10 new records to AccountDB, marking (AccountDB.CollectorID) with the
new record created in auditDB (auditdb.auditid), also for those 10 new
records that I created in accountdb, I need to to take each AccountID
that was just created and put them into auditDB.AccountID1,
auditDB.AccountID2, etc.. up to 10
know what im trying to say? i can email somebody an image of the
layout of the tables if required. Please respond asap! thanks!
Background:
I have two tables, (AuditDB) and (AccountDB)
AccountDB has an autonumber key preventing duplicates (AccountID)
AuditDB also has an autonumber key preventing duplicates (AuditID)
A relationship has been established between the two tables, linking a
field in (AccountDB.CollectorID) to (auditDB.auditID)
I have a form to modify these two tables.
Objective:
I need to make it so when add a new record to auditDB, it will also add
10 new records to AccountDB, marking (AccountDB.CollectorID) with the
new record created in auditDB (auditdb.auditid), also for those 10 new
records that I created in accountdb, I need to to take each AccountID
that was just created and put them into auditDB.AccountID1,
auditDB.AccountID2, etc.. up to 10
know what im trying to say? i can email somebody an image of the
layout of the tables if required. Please respond asap! thanks!