Hi,
I'm trying to run an Update Query to a SQL View. I do have access to write to this view but when trying to execute the QRY I get the error message: OPERATION MUST BE AN UPDATABLE QUERY.
I'm not sure how to go about fixing this. Any Suggestions?
I have attached the SQL String code generated by ACCESS.
UPDATE dbo_V_ASN_ERRORS SET dbo_V_ASN_ERRORS.WORKSTATUS = "b"
WHERE (((dbo_V_ASN_ERRORS.ERRORPO) Not Like "CR*"));
Thank you!!!
I'm trying to run an Update Query to a SQL View. I do have access to write to this view but when trying to execute the QRY I get the error message: OPERATION MUST BE AN UPDATABLE QUERY.
I'm not sure how to go about fixing this. Any Suggestions?
I have attached the SQL String code generated by ACCESS.
UPDATE dbo_V_ASN_ERRORS SET dbo_V_ASN_ERRORS.WORKSTATUS = "b"
WHERE (((dbo_V_ASN_ERRORS.ERRORPO) Not Like "CR*"));
Thank you!!!