Hello,
I have a database with payment information and I'm trying to do the following:
FeeAmount - FeePaid = Balance Due
The report is grouped by PayType (Cash, Check, Credit Card) and then by user and then by Invoice. I then list the individual FeeName, FeeAmount, AmountPaid, and BalanceDue in the details section.
Ex: An individual pays for a $100 item (feename) with $5.00 cash. This would leave a balance due of $95.00. Then, that same individual pays for the same item by check for $50.00 leaving a balance of $45.00. And so on...
The report should look something like this:
Cash
John
Invoice 1
Fee Amount Fee Paid Balance Due
$100.00 $5.00 $95.00
Check
John
Invoice 1
Fee Amount Fee Paid Balance Due
$95.00 $50.00 $45.00
I'm trying to get the report to display the amounts correctly. Thanks for your help
AZ
I have a database with payment information and I'm trying to do the following:
FeeAmount - FeePaid = Balance Due
The report is grouped by PayType (Cash, Check, Credit Card) and then by user and then by Invoice. I then list the individual FeeName, FeeAmount, AmountPaid, and BalanceDue in the details section.
Ex: An individual pays for a $100 item (feename) with $5.00 cash. This would leave a balance due of $95.00. Then, that same individual pays for the same item by check for $50.00 leaving a balance of $45.00. And so on...
The report should look something like this:
Cash
John
Invoice 1
Fee Amount Fee Paid Balance Due
$100.00 $5.00 $95.00
Check
John
Invoice 1
Fee Amount Fee Paid Balance Due
$95.00 $50.00 $45.00
I'm trying to get the report to display the amounts correctly. Thanks for your help
AZ