S
Sherriff
Hi, I am fairly new to using access so forgive me if this is a simple
question: I have a table that records are being added to daily
(Table1) and then deleted days later, I want to have another table
(Table2) as a backup that will store all records that have been added
to (Table1). So my append query will take only the new records and
append them to my backup table. When I just do an append query, it
wants to take everything from (Table1) and dump it inot (Table2) and I
get an error. How can I get the query to only add new records?
Thanks
Sherriff
question: I have a table that records are being added to daily
(Table1) and then deleted days later, I want to have another table
(Table2) as a backup that will store all records that have been added
to (Table1). So my append query will take only the new records and
append them to my backup table. When I just do an append query, it
wants to take everything from (Table1) and dump it inot (Table2) and I
get an error. How can I get the query to only add new records?
Thanks
Sherriff