newnoviceuser
Programmer
Ill explain as best I can
I have a table called chart is has primary key called code and a field called balance
i have another table called transactions with fields code and amount.
i made a query called codetotals to sum transactions and group by code so I have a total of each code.
what I would like to do now is update chart.balance for each code with the sum in codetotals.
it keeps telling me must use an updaeable query. not sure what to do.
I have a table called chart is has primary key called code and a field called balance
i have another table called transactions with fields code and amount.
i made a query called codetotals to sum transactions and group by code so I have a total of each code.
what I would like to do now is update chart.balance for each code with the sum in codetotals.
it keeps telling me must use an updaeable query. not sure what to do.