Hi,
I have code which sucessfully copies rows from a query to a table.
What I want to do is update records in a table based on a query in another table. Can anyone convert the following SQL to do this:
INSERT INTO Tbl_Paint_Order_Parts ( Paint_Order_ID, Part, Qty )
SELECT...