Heather2005
Programmer
I have a report that I want to work like a check register. The user enters data into a form, date, amount, whether it is a check or a deposit etc.
The report is based on a query with a parameter for the date and I want it to calculate the sum in the report for a specified amount of time. I can use running sum but it only sums the dates that are entered. I need it to sum everything up until the final date that I enter. How can I make this happen?
I hope this makes sense. I can try to explain another way if it does not.
So the user needs to open the report, type in a beginning and an end date and should see a report that has a total which is gotten from the balance for the previous entries up until the end date requested by the user.
Thanks,
Heather
The report is based on a query with a parameter for the date and I want it to calculate the sum in the report for a specified amount of time. I can use running sum but it only sums the dates that are entered. I need it to sum everything up until the final date that I enter. How can I make this happen?
I hope this makes sense. I can try to explain another way if it does not.
So the user needs to open the report, type in a beginning and an end date and should see a report that has a total which is gotten from the balance for the previous entries up until the end date requested by the user.
Thanks,
Heather