A
Al Camp
I have a report with 2 subreports... it's a basic billing system.
rptBalanceForward - displays a balance due as of one month before the "user
entered" current Billing Date
rptChargesThisPeriod - displays charge and credit transactions for the last
month before Billing Date
rptBalanceForward is located just above rptChargesThisPeriod.
Often, no records meet the criteria in the Balance Forward supreport, so it
comes up empty, and displays nothing. There are ChargesThisPeriod amounts
to display, and they do... but with an empty space above, due to the empty
sub.
Customer ID is the field that links both subreports to the main form.
Fields in sub rptBalanceForward...
AsOfDate (unbound Calc - User entered BillingDate-1 month)
Transaction (label - "BalanceForward")
Amount (bound calc - =Sum(Amount) - Format nulls as .00)
CustomerID (bound - [CustomerID] - key/link field)
Tried "OnNoData", On Print, IIF(IsNull...), etc... to force a display, but
no luck.
Can someone offer some tips or tricks on how to force a rptBalanceForward
record to display as (ex.)
7/14/05 Balance Forward 0.00
if no records meet the criteria?
Thanks in advance,
Al Camp
rptBalanceForward - displays a balance due as of one month before the "user
entered" current Billing Date
rptChargesThisPeriod - displays charge and credit transactions for the last
month before Billing Date
rptBalanceForward is located just above rptChargesThisPeriod.
Often, no records meet the criteria in the Balance Forward supreport, so it
comes up empty, and displays nothing. There are ChargesThisPeriod amounts
to display, and they do... but with an empty space above, due to the empty
sub.
Customer ID is the field that links both subreports to the main form.
Fields in sub rptBalanceForward...
AsOfDate (unbound Calc - User entered BillingDate-1 month)
Transaction (label - "BalanceForward")
Amount (bound calc - =Sum(Amount) - Format nulls as .00)
CustomerID (bound - [CustomerID] - key/link field)
Tried "OnNoData", On Print, IIF(IsNull...), etc... to force a display, but
no luck.
Can someone offer some tips or tricks on how to force a rptBalanceForward
record to display as (ex.)
7/14/05 Balance Forward 0.00
if no records meet the criteria?
Thanks in advance,
Al Camp