M
M Skabialka
I need to create a new report which does some accounting functions.
The first line in the report shows the $$ available, then each subsequent
line will show some of it used, and a balance of $$ left over.
I think I need a running sum or something, but I have only used that for
counting records before.
Allocated Used
Balance
1/1/04 1000.00 1000.00
2/2/04 Paper 25.00 975.00
3/3/04 Pens 100.00 875.00
etc
I am not keeping the balance stored in the table, preferrring to calculate
it on the run.
What is the best way to accomplish this?
Is it done in the query or in the report?
I also want to show the same information on the data entry form, showing
continuous forms with each row showing the balance as $$ is spent.
Thanks,
Mich
The first line in the report shows the $$ available, then each subsequent
line will show some of it used, and a balance of $$ left over.
I think I need a running sum or something, but I have only used that for
counting records before.
Allocated Used
Balance
1/1/04 1000.00 1000.00
2/2/04 Paper 25.00 975.00
3/3/04 Pens 100.00 875.00
etc
I am not keeping the balance stored in the table, preferrring to calculate
it on the run.
What is the best way to accomplish this?
Is it done in the query or in the report?
I also want to show the same information on the data entry form, showing
continuous forms with each row showing the balance as $$ is spent.
Thanks,
Mich