I would like to set a report field to visible or not depending on another field in the detail layout. I'm not sure of the syntax of the
VB code. Here is what I have now and it's not working. I'm doing this on the OnPrint event of the detail.
IIf (Me!txtPrevInv Is Null), (Me!txtShipPer.Visible = False), (Me!txtShipPer.Visible = True)
Any help would be great!!
Thanx - tnzabo