G
gator44
I am trying to use an Access update query to change values in one table to
the values of another table using a macro to do so. I get the error “you
cannot update ‘expression’ ; field not updateable†for the following:
UPDATE [Account Balance] INNER JOIN [Update Balance Record]
ON [Account Balance].[Invoice#] = [Update Balance Record].[Invoice#]
SET [Account Balance].Balance_Due = [Update Balance Record].[New Balance];
The update works fine when activating the query thru a macro manually, but
will not complete when it is part of another macro that contains other
queries.
Would appreciate suggestions....Thanx
the values of another table using a macro to do so. I get the error “you
cannot update ‘expression’ ; field not updateable†for the following:
UPDATE [Account Balance] INNER JOIN [Update Balance Record]
ON [Account Balance].[Invoice#] = [Update Balance Record].[Invoice#]
SET [Account Balance].Balance_Due = [Update Balance Record].[New Balance];
The update works fine when activating the query thru a macro manually, but
will not complete when it is part of another macro that contains other
queries.
Would appreciate suggestions....Thanx