A
\Allen Iverson\
Hi,
I want to write a form so that a control visibility depends on
the control value. In other words,
if control = emtpy string then control visibility = no.
I tried to do this on format event but doesn't work. Can anyone
please advise me which event I should trigger and the proper coding? Thanks.
Mine is:
if control.Value = " " then control.Visible = "No"
But this is not working.
I want to write a form so that a control visibility depends on
the control value. In other words,
if control = emtpy string then control visibility = no.
I tried to do this on format event but doesn't work. Can anyone
please advise me which event I should trigger and the proper coding? Thanks.
Mine is:
if control.Value = " " then control.Visible = "No"
But this is not working.