K
kirstie adam
Hi,
I have a checkbox [Crane Reqired] which if is No then i want two other
checkboxes hidden or greyed out [Survey Sent] and [Survey Returned].
I can't get my code to work, i had been using
If me.Crane_Required = 0 then
me.Survey_Sent.IsVisible = False
else
me.Survey_Sent IsVisible = True
EndIf
Can nyone offer another suggestion or tell me what i have been doing wrong?
Thanks,
Kirstie
I have a checkbox [Crane Reqired] which if is No then i want two other
checkboxes hidden or greyed out [Survey Sent] and [Survey Returned].
I can't get my code to work, i had been using
If me.Crane_Required = 0 then
me.Survey_Sent.IsVisible = False
else
me.Survey_Sent IsVisible = True
EndIf
Can nyone offer another suggestion or tell me what i have been doing wrong?
Thanks,
Kirstie