M
Meryl
I have a report that has contact information for each family in our db
(separate page for each).
I have a subreport that lists all the emails for the family.
If there are no emails, I want to print "No emails on file".
I created a control box: =IIf([HasData],"YES ","No Email on File")
I put it in the detail section and nothing appears under either condition.
When I put it in the page footer for the subreport, the "Yes" appeared when
there was data, but #error appears when there is none. I can't figure out
what's wrong.
(separate page for each).
I have a subreport that lists all the emails for the family.
If there are no emails, I want to print "No emails on file".
I created a control box: =IIf([HasData],"YES ","No Email on File")
I put it in the detail section and nothing appears under either condition.
When I put it in the page footer for the subreport, the "Yes" appeared when
there was data, but #error appears when there is none. I can't figure out
what's wrong.