I have a report (onload) that has four fields which are all NOT visible. I would like to make each field visible if the condition is met.
If IsNotNull([Mresults1]) And IsNull([Mresults2]) Then [Mresults1].Visible = True
If IsNotNull([Mresults2]) And IsNull([Mresults3]) Then [Mresults2].Visible...