I have a report that contains a label with either 'scan' or 'no scan' written in it and i want the if statement
If Me.ScanL = "no Scan" Then
Me.ScanL.Visible = False
Else: Me.ScanL.Visible = True
to run in a report when it is loaded or is there another why or achieveing the same result so that when it loads and the label says no scan it does allow it to be shown?
Thanks in advance, if you need any more details just ask.
If Me.ScanL = "no Scan" Then
Me.ScanL.Visible = False
Else: Me.ScanL.Visible = True
to run in a report when it is loaded or is there another why or achieveing the same result so that when it loads and the label says no scan it does allow it to be shown?
Thanks in advance, if you need any more details just ask.