J
Jonathan Scott via AccessMonster.com
Is it possible to update a column on one table that is the result of a sum of
another table's column? I have a table of accounts, which contain a balance
at a particular point in time, and that balance needs to be calculated from a
series of transactions on that account.
I have tried a "UPDATE account SET balance = (SELECT Sum(transactionAmount)"
style query only to be told by Access97 that it is not a possible update
query.
Any help would be appreciated. I would like to avoid doing it in code, rather
than SQL.
TIA,
Jonathan Scott
another table's column? I have a table of accounts, which contain a balance
at a particular point in time, and that balance needs to be calculated from a
series of transactions on that account.
I have tried a "UPDATE account SET balance = (SELECT Sum(transactionAmount)"
style query only to be told by Access97 that it is not a possible update
query.
Any help would be appreciated. I would like to avoid doing it in code, rather
than SQL.
TIA,
Jonathan Scott