I am trying to delete all records on [TableA] that Match [TableB] at Columns [SKU] and [ASIN].
Thanks in advance for helping.
I am trying to delete all records on [TableA] that Match [TableB] at Columns [SKU] and [ASIN].
Thanks in advance for helping.
Maybe:
DELETE FROM TableA WHERE TableA.SKU=TableB.SKU And TableA.ASIN=TableB.ASIN
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.