Greeting, i have a main form, with a subform. The sub form , i have 4 tables, IDdeposit , DepositDate , and DepositAmount and WithdrawAmount
i have an option to be able to print by date, so the user could select a date range
everything works fine in my report, but i realized that when we print by date, it only calculate the entry of these dates. What i would like to do is to display the records that is selected by the date range, but to include all of the previous entry in the calculation
My forumla is inside the Report itself, which is something like this, Total = (Totaldeposit-Totalwithdraw)
i hope i was clear explaining , if not let me knwo i'll explain it better,
Thanks for any inputs ,or help
i have an option to be able to print by date, so the user could select a date range
everything works fine in my report, but i realized that when we print by date, it only calculate the entry of these dates. What i would like to do is to display the records that is selected by the date range, but to include all of the previous entry in the calculation
My forumla is inside the Report itself, which is something like this, Total = (Totaldeposit-Totalwithdraw)
i hope i was clear explaining , if not let me knwo i'll explain it better,
Thanks for any inputs ,or help