I am stuck right now and would really appreciate any assistance anyone can offer.
I am trying to avoid getting duplicates into the main tale of my database. So far I have all records being imported into a temp table. What I need is to check the temp table against the main table using VB. If the records exist in main table I would like it to be ignored, and if the record does not exist in the main table I would like to append the distinct records to the main table.
I would appreciate any form of assistance.
I am trying to avoid getting duplicates into the main tale of my database. So far I have all records being imported into a temp table. What I need is to check the temp table against the main table using VB. If the records exist in main table I would like it to be ignored, and if the record does not exist in the main table I would like to append the distinct records to the main table.
I would appreciate any form of assistance.