B
Brian
Hello. I have two tables set up. One table holds the
full list of records. The second table holds records
until they can be appended to the first table. The first
table cannot have any duplicates.
What I am trying to do is append the records from the
second table to the first table one at a time. If the
record already exists in the first table, i want it to
stay in the second table and if the record does not exist
in the first table, i was it appended to the first table
and then deleted from the second table. This way i can
look at the second table and see what records were not
added.
Can somebody tell me how to do this? I have the idexed
field set to no duplicates, but how to add one record at
a time is where i get stuck. Any help would be great!
Thanks,
Brian
full list of records. The second table holds records
until they can be appended to the first table. The first
table cannot have any duplicates.
What I am trying to do is append the records from the
second table to the first table one at a time. If the
record already exists in the first table, i want it to
stay in the second table and if the record does not exist
in the first table, i was it appended to the first table
and then deleted from the second table. This way i can
look at the second table and see what records were not
added.
Can somebody tell me how to do this? I have the idexed
field set to no duplicates, but how to add one record at
a time is where i get stuck. Any help would be great!
Thanks,
Brian