K
Kristof Ternoey \(
I need to update my table with a update command and a select command. I'm
sure it will work in SQL but how do I manage this in access
Here is my code:
UPDATE tblDemeUsers SET tblDemeUsers.D_localadminpassword = (select FIELD3
from tblser2 WHERE tblser2.field2=tbldemeusers.d_userid
;
The error is : operation must use an updateable query?
Urgent
thx
sure it will work in SQL but how do I manage this in access
Here is my code:
UPDATE tblDemeUsers SET tblDemeUsers.D_localadminpassword = (select FIELD3
from tblser2 WHERE tblser2.field2=tbldemeusers.d_userid

The error is : operation must use an updateable query?
Urgent
thx