Invisible Header

J

Jeff Clarke

Is there a way to have an invisible header if a certain field is empty. I'd like to show a header section that says "None Found" only if there are no records within the report and if there are records within the report, I'd like to make the None Found Header to disappear.

Thanks,


Jeff
 
D

Duane Hookom

You first suggest "field is empty" then you state "there are no records
within the report". If you mean no records in the report record source, then
you can use a text box bound with a control source of:
=IIf([NoData],"None Found","")

--
Duane Hookom
MS Access MVP


Is there a way to have an invisible header if a certain field is empty. I'd
like to show a header section that says "None Found" only if there are no
records within the report and if there are records within the report, I'd
like to make the None Found Header to disappear.

Thanks,


Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top