A
Al Camp
I have a 1 line subform that returns a Balance Forward on a billing system,
based on a Billing Date parameter for the report.
(BalanceForward as of one month less than parameter [BillingDate])
This works fine when records exist, but there are situations where no
records are returned, so the subform just displays as blank.
Are there any techniques anyone can reccomend to force a field
to display when a report recordset returns no values??
I've tried IIFs in each field that utilize IsError, IsNull,
IsEmpty, "", etc.. etc.. to try to force a value to display if the bound
field is one of those conditions.
Thanks for any assistance,
Al Camp
based on a Billing Date parameter for the report.
(BalanceForward as of one month less than parameter [BillingDate])
This works fine when records exist, but there are situations where no
records are returned, so the subform just displays as blank.
Are there any techniques anyone can reccomend to force a field
to display when a report recordset returns no values??
I've tried IIFs in each field that utilize IsError, IsNull,
IsEmpty, "", etc.. etc.. to try to force a value to display if the bound
field is one of those conditions.
Thanks for any assistance,
Al Camp