Hello,
I have a database with a predominate table that started with about 6 fields . I now have 7000 records in it and additional data related to the existing records has become available from another database via import from Excel.
How do I "update" the existing records with the new fields (about 12) from the Excel file? The primary key on the table exists in the spreadsheet as a distincitive number. I have been able to apphend my database records with records that previosly didnt exist, but getting these "new" fields on existing records to update is beyond me. The excel data now exists as another table, but merging them together is bmy problem.
This is a function that I (or someone else) will need to do on a weekly or biweekly basis, since my data entry is still limited to the original 6 fields on the form.
If this info exists already on this forum, please advise the correct terms to search for as my Query knowledge is limited.
Thanks
I have a database with a predominate table that started with about 6 fields . I now have 7000 records in it and additional data related to the existing records has become available from another database via import from Excel.
How do I "update" the existing records with the new fields (about 12) from the Excel file? The primary key on the table exists in the spreadsheet as a distincitive number. I have been able to apphend my database records with records that previosly didnt exist, but getting these "new" fields on existing records to update is beyond me. The excel data now exists as another table, but merging them together is bmy problem.
This is a function that I (or someone else) will need to do on a weekly or biweekly basis, since my data entry is still limited to the original 6 fields on the form.
If this info exists already on this forum, please advise the correct terms to search for as my Query knowledge is limited.
Thanks