I have a query that retrieves AccountNumber, SumofFees, SumofTotal.
I have a table with the fields - AccountNumber, Fees, Total. AccountNumber is populated with AccountNumber data. These accountnumbers may appear in the query.
I want to take the results from the query and update the table with the sumoffees - fees field, sumoftotal - total field.
Any ideas?
I have a table with the fields - AccountNumber, Fees, Total. AccountNumber is populated with AccountNumber data. These accountnumbers may appear in the query.
I want to take the results from the query and update the table with the sumoffees - fees field, sumoftotal - total field.
Any ideas?