I'm working with two tables, one called the "log" table and one called the "data" table.
I have a command button set up to do an append querry. I want the append querry to append all the records from the log table that aren't already in the data table. Right now, I have to enter the same data in both tables. Basically, I want to stop having to re-enter data from the log table into the data table. I just want to click my button and have the "data" table be updated with all data from the "log" table that is new (but just leave the old).
Is there a criteria I can use for this in a filter or querry, or do I have to write a macro or something like that?
I have a command button set up to do an append querry. I want the append querry to append all the records from the log table that aren't already in the data table. Right now, I have to enter the same data in both tables. Basically, I want to stop having to re-enter data from the log table into the data table. I just want to click my button and have the "data" table be updated with all data from the "log" table that is new (but just leave the old).
Is there a criteria I can use for this in a filter or querry, or do I have to write a macro or something like that?