D
Dave Elliott
I need for the Label 383 to be visible if Text362 which is a numeric value,
i.e. Number is Null
And if LblPrtQuot.Visible = False
Tried below code but to no avail.
lngValue = Abs(Text362)
Label383.Visible = (lngValue < 1)
If LblPrtQuot.Visible = True Then
Label383.Visible = False
End If
Thanks,
Dave
i.e. Number is Null
And if LblPrtQuot.Visible = False
Tried below code but to no avail.
lngValue = Abs(Text362)
Label383.Visible = (lngValue < 1)
If LblPrtQuot.Visible = True Then
Label383.Visible = False
End If
Thanks,
Dave