G
Guest
Hello,
I have checkboxes on a form that I'd like to hide whenever they correspond
to a field ('formname') that contains the word 'Divider'. The word 'Divider'
can appear at any point of the 'formname' field, so I would like to have code
that sets the Visible property of the checkbox to False if the 'formname'
field contains the word 'Divider'. I imiagine this would take place on the
Form's On Load Event, but if there are more efficient ideas out there, I'm
all ears.
Thank you!
I have checkboxes on a form that I'd like to hide whenever they correspond
to a field ('formname') that contains the word 'Divider'. The word 'Divider'
can appear at any point of the 'formname' field, so I would like to have code
that sets the Visible property of the checkbox to False if the 'formname'
field contains the word 'Divider'. I imiagine this would take place on the
Form's On Load Event, but if there are more efficient ideas out there, I'm
all ears.
Thank you!