R
Roger
I have a table (tblstocklisting) and a query (see
below). I need the tables unconfirmed column to be
updated with values out of this query (sumofpcs). I keep
getting "Must be updateble query" error
UPDATE tblstocklisting INNER JOIN qryTOTonORder ON
tblstocklisting.Item = qryTOTonORder.[Ref No] SET
tblstocklisting.Unconfirmed = qryTOTonORder!SumOfPCS;
I do not know whats giong on - I have access to all
tables, should be no probs with permissions.
Can you help please? I am sure its something simple.
Thanks
Roger
below). I need the tables unconfirmed column to be
updated with values out of this query (sumofpcs). I keep
getting "Must be updateble query" error
UPDATE tblstocklisting INNER JOIN qryTOTonORder ON
tblstocklisting.Item = qryTOTonORder.[Ref No] SET
tblstocklisting.Unconfirmed = qryTOTonORder!SumOfPCS;
I do not know whats giong on - I have access to all
tables, should be no probs with permissions.
Can you help please? I am sure its something simple.
Thanks
Roger