I am trying to create a delete query and having trouble with syntax. I have two tables, pending and jobs. I would like to delete all the records from pending meeting the criterea pending.position = jobs.position AND pending.new/replace='R' AND pending.req#=jobs.req#
I tried creating a select query and using the design view (which worked) and then turning into a delete query which didn't work. The select query used an innerjoin which I don't know or understand how it works. Any thoughts?
I tried creating a select query and using the design view (which worked) and then turning into a delete query which didn't work. The select query used an innerjoin which I don't know or understand how it works. Any thoughts?