G
Guest
I'm trying to hide a lable if there is no data in the text box. i have tried
this with the text box set to "can shrink". i know very little about code
but this is what i wrote. [rec washerr 2] is the text box and [rec 2 washer]
is the label. is this possible? i'm sure it is--i just don't know what i'm
doing.
If [rec washerr 2] Is Null Then [rec 2 washer] = Visible.no
this with the text box set to "can shrink". i know very little about code
but this is what i wrote. [rec washerr 2] is the text box and [rec 2 washer]
is the label. is this possible? i'm sure it is--i just don't know what i'm
doing.
If [rec washerr 2] Is Null Then [rec 2 washer] = Visible.no