C
Cathy
I have created a query to append new data to a table.
This table contains date fields and numerical data. Each
month I get a new file that needs to be appended to the
table. But I also need to replace old data with new data
based on the date field. For example, if there is
existing data for the date 01/08/2004 and the new file
also contains data for 01/08/2004, then I want to replace
the existing data with the new file. Any suggestions?
TIA
Cathy
This table contains date fields and numerical data. Each
month I get a new file that needs to be appended to the
table. But I also need to replace old data with new data
based on the date field. For example, if there is
existing data for the date 01/08/2004 and the new file
also contains data for 01/08/2004, then I want to replace
the existing data with the new file. Any suggestions?
TIA
Cathy