hi
i am new at this, and i have a problem in an UPDATE query
every time i try it gives the message:
"Operation must use an updatable query. (Error 3073)"
this is my query and i couldn't find anything wrong with it, the inner query works well, so thah's not the problem
can u plz help me?
thanks
i am new at this, and i have a problem in an UPDATE query
every time i try it gives the message:
"Operation must use an updatable query. (Error 3073)"
this is my query and i couldn't find anything wrong with it, the inner query works well, so thah's not the problem
Code:
UPDATE ShiftSummary_temp SET price = (SELECT Sum(ShiftDetails.price)
FROM ShiftDetails WHERE (((ShiftDetails.price)>0)))
WHERE (((ShiftSummary_temp.[line])=2));
can u plz help me?

thanks