T
Tony Williams
I have a database that holds monthly stats. We are supplied with
spreadsheets with 2 pages of new month's figures. I'm trying to import the
new month's figures but the import doesn't sort the new data correctly.
There are two critical fields, the month and the company name, there is then
a whole load of data for each company on two pages of the spread sheets. All
the fields on the two pages are contained in the one table in my database.
The companies may not always be the same on both pages, some may be on one
but not on the other. The Month is always the same on both pages.There is
always a record for the company in the existing database, but the month is
new.
I've tried importing both pages separately into separate tables and then run
append queries against them to update my table, but if the same company
appears in both pages it adds two records instead of one. I've tried making
a new table from the two imported spreadsheets and then appending that table
to my existing one but that creates an incredible number of duplicated
records. Can anyone help with this as we will need to do this monthly?
TIA
Tony
spreadsheets with 2 pages of new month's figures. I'm trying to import the
new month's figures but the import doesn't sort the new data correctly.
There are two critical fields, the month and the company name, there is then
a whole load of data for each company on two pages of the spread sheets. All
the fields on the two pages are contained in the one table in my database.
The companies may not always be the same on both pages, some may be on one
but not on the other. The Month is always the same on both pages.There is
always a record for the company in the existing database, but the month is
new.
I've tried importing both pages separately into separate tables and then run
append queries against them to update my table, but if the same company
appears in both pages it adds two records instead of one. I've tried making
a new table from the two imported spreadsheets and then appending that table
to my existing one but that creates an incredible number of duplicated
records. Can anyone help with this as we will need to do this monthly?
TIA
Tony