B
Bob Hughes
Help this is driving me crazy. I'm sure the answer is obvious, I have this
query
UPDATE TblProducts INNER JOIN QryProductId ON TblProducts.ProductID =
QryProductId.ProductID SET TblProducts.AlphaID = [QryProductId].[AlphaID];
and get this error
Operation must use an updateable query
What could be wrong?
Bob
query
UPDATE TblProducts INNER JOIN QryProductId ON TblProducts.ProductID =
QryProductId.ProductID SET TblProducts.AlphaID = [QryProductId].[AlphaID];
and get this error
Operation must use an updateable query
What could be wrong?
Bob