Hello,
We use to use Excel to track our records at work until I made an access DB to track our records. I went through our old Excel log and broke it down into the appropriate tables ect and normalized all the data to match the DB. The first table is the employee info, the primary key is an auto number and this number feeds through the other tables to match up the data, so when I enter the employee's name ect that starts record 1 and the record number 1 flows to the benefits table where their benefits info is stored ect... so I appended the name table to our new DB and everything went fine. So I exported the table so I could match up the record numbers in the other tables so when I append them to the new DB record 1 will match record 1 ect.. Well this did not work...and I was wondering if anyone could tell me why this happened.
If more info is needed or anything let me know.
Thanks,
Will