B
Bob
Hello all,
I have a table that has unique records. I received a file from users to
delete some records. How can I do this? I don't want to type the record Id on
the Query criteria, because there are hundred of records. I want to match
both files by record Id and if there is a match then delete all the matched
records.
e.g
File1 File 2 from the user
RecID Rec ID
123 123
456 456
789
I want to delete 123,456 by matching these 2 files.
Thank you
I have a table that has unique records. I received a file from users to
delete some records. How can I do this? I don't want to type the record Id on
the Query criteria, because there are hundred of records. I want to match
both files by record Id and if there is a match then delete all the matched
records.
e.g
File1 File 2 from the user
RecID Rec ID
123 123
456 456
789
I want to delete 123,456 by matching these 2 files.
Thank you