I have a quick question for you if you don't mind...
I am in the midst of creating a report detailing AR transactions and
payments made to past due accounts. Due to the nature of the database, I
need to use a Subreport for payments. To subtract the payments from the
total and obtain a "balance due" at the end of the row, I pass a shared
currency variable.
The variable passing works great except that I'm not getting the variable
value until the next row, thus the payment is applied to the balance of the
next transaction in the list... Not to the transaction it actually relates
to.
Any ideas on how to get the variable value I need in the row I need it?
Thanks!
J