Is is possible to create an update query that will calculate running totals over a group and update a table?
Here's the situation. I have a two tables "receipts" and "invoices". Each receipt will be applied to 4 invoices from oldest to newest. I can accomplish this with a report, but I need to save the values for other reports.
Thanks in advance for your help!
Here's the situation. I have a two tables "receipts" and "invoices". Each receipt will be applied to 4 invoices from oldest to newest. I can accomplish this with a report, but I need to save the values for other reports.
Thanks in advance for your help!