paul123456
Technical User
I am running a report and i would like one of my field (VD) not to be diplayed if it is null? would i run it on open or on no data? Thanks, PAUL
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If IsNull([VD]) Then
Cancel = True
End If
=Trim([Add1])
=Trim([Add2])