i thought this query should be working, but when i double click that query, there is a warning msg says 'Operation must use an updateable query'.
that's the sql for that query, what's wrong with that?
UPDATE Acc, [CpyAccTbSun]
SET Acc.Suspend = (SELECT [CpyAccTbSun].Suspend
FROM [CpyAccTbSun], Acc
WHERE [CpyAccTbSun].[AccCode] = [Acc].[Number])
WHERE ((([Acc].[Number])=[CpyAccTbSun].[AccCode]));
thanks million if any one give me a clue!
that's the sql for that query, what's wrong with that?
UPDATE Acc, [CpyAccTbSun]
SET Acc.Suspend = (SELECT [CpyAccTbSun].Suspend
FROM [CpyAccTbSun], Acc
WHERE [CpyAccTbSun].[AccCode] = [Acc].[Number])
WHERE ((([Acc].[Number])=[CpyAccTbSun].[AccCode]));
thanks million if any one give me a clue!