Dear Expert,
How to check same data exist in destination table before append data using Append query, In my "Order" table having filed (InvoiceNumber, CustomerName, FishName, Quantity) and my another table is "DiveCrew", there have same filed.
I just need to check before append data to destination table (DiveCrew), If destination table contain same (InvoiceNumber, CustomerName, FishName) then it will append only those data are not matches. How could I do this?
Please help me.
Thanks
Mir
How to check same data exist in destination table before append data using Append query, In my "Order" table having filed (InvoiceNumber, CustomerName, FishName, Quantity) and my another table is "DiveCrew", there have same filed.
I just need to check before append data to destination table (DiveCrew), If destination table contain same (InvoiceNumber, CustomerName, FishName) then it will append only those data are not matches. How could I do this?
Please help me.
Thanks
Mir