PLEASE HELP!!!
I'm running this update query:
UPDATE [CSC DEED TABLE] SET [CSC DEED TABLE].Doc_type = ""
WHERE ((([CSC DEED TABLE].Doc_type) Is Null));
It is returning this error message:
Operation must use an updateable query.
The table [CSC DEED TABLE] is a linked table to the SQL server. This update query runs when the ACCESS table is static.
I verified that the SQL server table is exactly the same as the ACCESS linked table.
I have no clue what the error message means.
Thank you for the help.