Good Afternoon,
I think this is a very simple problem, but I just can't get it correct.
I have a query that has the following fields: Fee, PaymentAmt and Adjustment
I wish the query to calculate the balance after all payments and adjustments have been applied.
This is what I have so far: Balance: [fee]-[Adjustment]-Nz([paymentamt],0)
When I run the query, it returns NO records.
What am I missing?
Thanks in advance!
I think this is a very simple problem, but I just can't get it correct.
I have a query that has the following fields: Fee, PaymentAmt and Adjustment
I wish the query to calculate the balance after all payments and adjustments have been applied.
This is what I have so far: Balance: [fee]-[Adjustment]-Nz([paymentamt],0)
When I run the query, it returns NO records.
What am I missing?
Thanks in advance!