How to report a balance carried forward

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As a novice in all this, I'm trying to figure out how to show a balance
carried forward in a report. I'm doing interval statements from a ledger to
show the usual: balance carried forward, charges, payments. The showing of
the charges, payments part is easy. Getting a balance carried forward from a
previous interval has me puzzled.

Anybody have any suggestions?
Thanks.
 
Richard,
I'm not sure if I understand for sure, but...
I used a subform to display a "Total balance forward". The subform added
all past transactions (>30 days ago), and displays just the total.
Then I used aanother subform "Current Transactions this Period" (just
below it) to display the charges and payments within the last 30 days.
Then one line at the bottom that combines the total from both subforms
for a "Due to Date"
hth
Al Camp
 
Thanks, Al. That makes good sense.
--
Richard


Al Camp said:
Richard,
I'm not sure if I understand for sure, but...
I used a subform to display a "Total balance forward". The subform added
all past transactions (>30 days ago), and displays just the total.
Then I used aanother subform "Current Transactions this Period" (just
below it) to display the charges and payments within the last 30 days.
Then one line at the bottom that combines the total from both subforms
for a "Due to Date"
hth
Al Camp
 
Back
Top