G
Guest
Hello,
I have a table that I've created that contains 2 fields: CompanyName and
Contact Name. This entire table needs to be the criteria for a delete query
that I need to run matching it to a larger table. My question is: How do I
iterate through the table (with 2 fields) and build a criteria string. I
know I can then use that string and execute a SQL string that deletes those
records.
Criteria for example:
Company Name Contact Name
ABC and Jane Doe or
CDE and Al Smith or ....
Thanks, D.
I have a table that I've created that contains 2 fields: CompanyName and
Contact Name. This entire table needs to be the criteria for a delete query
that I need to run matching it to a larger table. My question is: How do I
iterate through the table (with 2 fields) and build a criteria string. I
know I can then use that string and execute a SQL string that deletes those
records.
Criteria for example:
Company Name Contact Name
ABC and Jane Doe or
CDE and Al Smith or ....
Thanks, D.