L
lismeta
I am appending to two different tables.
tblOne has an autonumber(ID) and this appends fine without using an ID
field in the query.
tblTwo has a field(number) which links to the ID field in tblOne.
I am currently using two different append queries. The one for the first
works great.
In the second query I really need to get the ID field assigned in tblOne
before I can append to the second query.
Any suggestions?
Pax,
Mary
Teach me to fish.
tblOne has an autonumber(ID) and this appends fine without using an ID
field in the query.
tblTwo has a field(number) which links to the ID field in tblOne.
I am currently using two different append queries. The one for the first
works great.
In the second query I really need to get the ID field assigned in tblOne
before I can append to the second query.
Any suggestions?
Pax,
Mary
Teach me to fish.