I'm building an Access 2007 database by pasting field data from Excel 2007 into corresponding fields/tables in Access. The main Access table, AllDeathRecords , has an autonumbered primary key of PersonID. A second table, MultipleObituar ies, has a PersonID field linked to the AllDeathRecords table. It's a one-to-many relationship; one person can have many obituaries.
My problem is that I've populated the AllDeathRecords table, so now it has many autonumbered PersonIDs, and because of the table relationship, I expected the MultipleObituar ies table to show a long list of records, one for each PersonID, with otherwise blank fields in each. Then I could copy/paste from Excel to fill the other fields.
But the MultipleObituar ies table is empty. How can I get it to fill in the PersonIDs from the main table? Or can I just append them manually?
My problem is that I've populated the AllDeathRecords table, so now it has many autonumbered PersonIDs, and because of the table relationship, I expected the MultipleObituar ies table to show a long list of records, one for each PersonID, with otherwise blank fields in each. Then I could copy/paste from Excel to fill the other fields.
But the MultipleObituar ies table is empty. How can I get it to fill in the PersonIDs from the main table? Or can I just append them manually?
Comment