T
tgl
I have a "main" table of names with a second table "payments" showing
payments, records are linked by ID field. in order for users in my office to
use the total payment amount in a form to filter etc... i need real data in
the main table, so hoped to do an update query.
I want to sum all payments grouped by id in "payments" table and use this to
update field called "total money" in "main table". i get error: not an
updateable query. can an update be done on another tables grouped or summed
data?
thanks for your help!!
payments, records are linked by ID field. in order for users in my office to
use the total payment amount in a form to filter etc... i need real data in
the main table, so hoped to do an update query.
I want to sum all payments grouped by id in "payments" table and use this to
update field called "total money" in "main table". i get error: not an
updateable query. can an update be done on another tables grouped or summed
data?
thanks for your help!!