D
Dave Danyluk
New to the group.
Have been struggling with the following problem for a while.
Wish to prepare a customer statement covering transactions (charges
and payments) for a selected time period (RPTstart) and (RPTend)
complete with a Balance Forward (transactions before RPTstart) the
transactions with a running balance and the ending balance (RPTend)
Transaction Table
Trans_ID
Customer_ID
Trans_date
charges
Payments
Wish output to be
Customer
Balance Forward (charges-payments) prior to RPTstart $xxxx.xx
Transactions (between RPTstart and RPTend) $XX XX $xxxx.xx
Ending Balance
Have tried a number of ways:
Dsum balance forward - cannot figure out how to include in running
balance.
Union Query - balance forwards union transactions - too complicated to
complete?
Suggestions?
Thanks in Advance
DCSASSOC
Have been struggling with the following problem for a while.
Wish to prepare a customer statement covering transactions (charges
and payments) for a selected time period (RPTstart) and (RPTend)
complete with a Balance Forward (transactions before RPTstart) the
transactions with a running balance and the ending balance (RPTend)
Transaction Table
Trans_ID
Customer_ID
Trans_date
charges
Payments
Wish output to be
Customer
Balance Forward (charges-payments) prior to RPTstart $xxxx.xx
Transactions (between RPTstart and RPTend) $XX XX $xxxx.xx
Ending Balance
Have tried a number of ways:
Dsum balance forward - cannot figure out how to include in running
balance.
Union Query - balance forwards union transactions - too complicated to
complete?
Suggestions?
Thanks in Advance
DCSASSOC