In my delete query i get the error " specify the table containing the records you want to delete.Can you help ?
DELETE orders.orderid, orders.Audit, customers1.Customerid
FROM orders INNER JOIN customers1 ON orders.customerid = customers1.Customerid
WHERE (((orders.orderid)<DMax([orderid],[orders],[Audit]=True)) AND ((orders.Audit)=True) AND ((customers1.Customerid) In (118,119,120,121,124,960,1008,402)));



