A
Adam G
Greetings,
Currently I am working on an application that requires
that everytime a new record is entered, some of its
fields are inserted into another table which already
contains the fields of the existing records from the
first table.
Unfortunately everytime I run the append query it appends
all of the records from the first table on top of the
records already in the second table. This causes
unwanted duplicates to be present in the second table.
I'm wondering if anyone knows how to only insert the
records that are not already in the second table into the
second table?
Keep in mind that none of the record's fields in the
second table are necessarily unique, only the combination
of the three fields will be unique.
Am I asking too much to be able to do this?
Please help,
Adam G
Currently I am working on an application that requires
that everytime a new record is entered, some of its
fields are inserted into another table which already
contains the fields of the existing records from the
first table.
Unfortunately everytime I run the append query it appends
all of the records from the first table on top of the
records already in the second table. This causes
unwanted duplicates to be present in the second table.
I'm wondering if anyone knows how to only insert the
records that are not already in the second table into the
second table?
Keep in mind that none of the record's fields in the
second table are necessarily unique, only the combination
of the three fields will be unique.
Am I asking too much to be able to do this?
Please help,
Adam G