B
blinton25
Hello,
How are you today?
Set Fieldsqry = db.CreateQueryDef("", _
"update [Input Table] set [Input Table]." & DynFN & "
= '" & DynRV & "' where [Input Table]." & DynFN & " is
Null ")
Fieldsqry.Execute (dbOpenDynaset)
However, I gett the following error message:
Operation must use an updateable query.
I have seen this message before for ASP applications where
the permissions weren't set correctly on the database/IIS
guest account, but not sure how this would apply in this
case (ADP, Access, SQL server).
Any ideas on how to resolve this?
How are you today?
Set Fieldsqry = db.CreateQueryDef("", _
"update [Input Table] set [Input Table]." & DynFN & "
= '" & DynRV & "' where [Input Table]." & DynFN & " is
Null ")
Fieldsqry.Execute (dbOpenDynaset)
However, I gett the following error message:
Operation must use an updateable query.
I have seen this message before for ASP applications where
the permissions weren't set correctly on the database/IIS
guest account, but not sure how this would apply in this
case (ADP, Access, SQL server).
Any ideas on how to resolve this?