G
Guest
I have a report that when there is no data, I want to print a report with a
msg.
=IIf([HasData]=0,"No data for Customer ") #### I have the customer # in a
table.
How do I add it to the report.
msg.
=IIf([HasData]=0,"No data for Customer ") #### I have the customer # in a
table.
How do I add it to the report.