I have the following query I am trying to perform:
I get the error "Operation must use an updateable query".
Any ideas on how I can resolve this?
Thanks.
Swi
Code:
conn.Execute "UPDATE Master SET Master.Scan_Date = (SELECT Max(Scan_Date) From IMB_Tracing INNER JOIN IMB_Tracing.IMB_Tracking_Code = Master.IM_Barcode_Digits);"
I get the error "Operation must use an updateable query".
Any ideas on how I can resolve this?
Thanks.
Swi