G
GeorgeAtkins
I must have been away too long or my memory is kaput.
I have a flat-file (Excel) I import in Access 2003.
Some of the fields of each record go into a master table, while the other
fields go into a related table.
For example, the imported table contains records consisting of:
Mom FirstName, Mom LastName, Mom Address, Baby DOB, Baby BirthPlace, and
BabyGender.
*The Mom information goes into the master Mom table.
* The Baby information goes into a related Baby table, linked by Mom's
primary key (as defined below):
BabyPK (autonumber)
MomFK (numeric,long)
....other Baby fields
So, hit me upside the head and tell me how to append data from the imported
table into the linked Mom and Baby tables. Can I do this at one time?
If not, how to I append them in and keep the data correctly linked?
Rats. Where did my brains spill?! Thanks for any help.
George
I have a flat-file (Excel) I import in Access 2003.
Some of the fields of each record go into a master table, while the other
fields go into a related table.
For example, the imported table contains records consisting of:
Mom FirstName, Mom LastName, Mom Address, Baby DOB, Baby BirthPlace, and
BabyGender.
*The Mom information goes into the master Mom table.
* The Baby information goes into a related Baby table, linked by Mom's
primary key (as defined below):
BabyPK (autonumber)
MomFK (numeric,long)
....other Baby fields
So, hit me upside the head and tell me how to append data from the imported
table into the linked Mom and Baby tables. Can I do this at one time?
If not, how to I append them in and keep the data correctly linked?
Rats. Where did my brains spill?! Thanks for any help.
George