Hi,
Is there a way to select and update records at the same time?
I have a table called Invoices with Invoice and Modified fields. I would like to select all of the Invoices that have Modified = 1 and update Modified = 0.
I could do it in two statements, but if a new record was inserted between the two statements the program could fail.
Is there a way to select and update records at the same time?
I have a table called Invoices with Invoice and Modified fields. I would like to select all of the Invoices that have Modified = 1 and update Modified = 0.
I could do it in two statements, but if a new record was inserted between the two statements the program could fail.