L
Lisa
Hi,
I am using MS access 2000 nad getting following error from
an update statement in form.
"Operation must use an updateable query".
code:
doCmd.RunSQL "update fluency set code = " _
& " (select code from languages where description = '" &
LANGUAGE & "')" _
& " where soc = '" & SOC & "'" _
& " and code is null "
( where LANGUAGE AND SOC are values from the form )
Fluency.soc, Fluency.Code fields are primary keys & indexed
Languages.Description, Languages.Code fields are primary
keys & indexed.
Security is set as "full control"
Any suggestion is very appreciated.
Thanks.
I am using MS access 2000 nad getting following error from
an update statement in form.
"Operation must use an updateable query".
code:
doCmd.RunSQL "update fluency set code = " _
& " (select code from languages where description = '" &
LANGUAGE & "')" _
& " where soc = '" & SOC & "'" _
& " and code is null "
( where LANGUAGE AND SOC are values from the form )
Fluency.soc, Fluency.Code fields are primary keys & indexed
Languages.Description, Languages.Code fields are primary
keys & indexed.
Security is set as "full control"
Any suggestion is very appreciated.
Thanks.