newnoviceuser
Programmer
I have a transaction database called rtrans that has codes and amounts
the codes determine what type of expense it is.
I have a second database called chart that im suppose to put the totals in. I have a query that groups by code and sums them up just like I want.
what i want to do is make an update query that takes the summed total in code 101 and store it in code 101 in chart.
the codes determine what type of expense it is.
I have a second database called chart that im suppose to put the totals in. I have a query that groups by code and sums them up just like I want.
what i want to do is make an update query that takes the summed total in code 101 and store it in code 101 in chart.