D
Dominic Gualtieri
If anyone can help me with this it would be greatly appreciated. I am
using MS Access 2000. Here is the query thats generating the
"Operation must use an updateable query" error:
UPDATE ABBREV SET ABBREV.Sugar = (SELECT Sugar FROM Temp WHERE
ABBREV.NDB_No=Temp.NDB_No)
NDB_No is defined as the Primary Key for both tables...
Thanks in advance for your replies...
Dominic
using MS Access 2000. Here is the query thats generating the
"Operation must use an updateable query" error:
UPDATE ABBREV SET ABBREV.Sugar = (SELECT Sugar FROM Temp WHERE
ABBREV.NDB_No=Temp.NDB_No)
NDB_No is defined as the Primary Key for both tables...
Thanks in advance for your replies...
Dominic