S
socasteel21 via AccessMonster.com
I have a table called "tblClaim" that stores information such as customer and
machine information. There are 2 sub tables, one for parts replaced and one
for jobs performed. The parts sub table (tblPartPerClaim) has fields called
ClaimID, ITEM, and Quantity. The jobs performed sub table
(tblJobCodesPerClaim) has fields called ClaimID, JobCode, and Hours.
ClaimID is an autonumber and is the pk in each table. There is a one to many
relationship set up between tblClaim and tblPartPerClaim and between tblClaim
and tblJobCodesPerClaim.
I have created an Excel file with 3 tabs (one for each of the above mentioned
tables). I would like to be able to fill out the information in the Excel
file and import the information without interrupting the autonumber sequence.
I already have 2000+ claims in the database.
I have imported the first tab to tblClaim with success. It keeps with the
autonumber sequence, but I cannot figure out how to import the two sub tables
and keep the correct autonumber for each record.
I will importing to these tables constantly.
Any help would be greatly appreciated.
Shannan
machine information. There are 2 sub tables, one for parts replaced and one
for jobs performed. The parts sub table (tblPartPerClaim) has fields called
ClaimID, ITEM, and Quantity. The jobs performed sub table
(tblJobCodesPerClaim) has fields called ClaimID, JobCode, and Hours.
ClaimID is an autonumber and is the pk in each table. There is a one to many
relationship set up between tblClaim and tblPartPerClaim and between tblClaim
and tblJobCodesPerClaim.
I have created an Excel file with 3 tabs (one for each of the above mentioned
tables). I would like to be able to fill out the information in the Excel
file and import the information without interrupting the autonumber sequence.
I already have 2000+ claims in the database.
I have imported the first tab to tblClaim with success. It keeps with the
autonumber sequence, but I cannot figure out how to import the two sub tables
and keep the correct autonumber for each record.
I will importing to these tables constantly.
Any help would be greatly appreciated.
Shannan