error "Operation must use an updateable query"

M

Manrao

I am updating a query 'ALFA'

The update fails because the field I am updating
from 'Dollar' is a calculated sum from another
query 'BETA'.

The only solution I see is to make 'BETA' a table
And then run the update query 'ALFA'

Is there a better way to do this? Without creating so many
tables?
 
Top