J
Jean
I am working with an Access 2000 database. I import a text
file into a table, add some calculated fields to the
records, then append the records to a different table.
After the records are imported, I delete all records from
the original table.
My problem is I want to delete the records from the
original table that already exist in the destination table
before I append them.
The fields that I need to compare are:
Type (1-4)
ChkNum (number)
OnPad (date & time)
OffPad (date & time)
Start (date & time)
End (date & time)
Total (imported as text, converted to Currency during
append)
StrID (number)
The Type, ChkNum, Total, and StrID are the only fields
that are consistently populated.
If I create a query that joins all of the fields listed
above, I only get the duplicate records that have all
fields populated.
Any suggestions?
Thank you,
Jean
file into a table, add some calculated fields to the
records, then append the records to a different table.
After the records are imported, I delete all records from
the original table.
My problem is I want to delete the records from the
original table that already exist in the destination table
before I append them.
The fields that I need to compare are:
Type (1-4)
ChkNum (number)
OnPad (date & time)
OffPad (date & time)
Start (date & time)
End (date & time)
Total (imported as text, converted to Currency during
append)
StrID (number)
The Type, ChkNum, Total, and StrID are the only fields
that are consistently populated.
If I create a query that joins all of the fields listed
above, I only get the duplicate records that have all
fields populated.
Any suggestions?
Thank you,
Jean