G
Guest
A have a continuous subform with two fields in each record:
chkNo, txtCitizenship
I want: The user to be able to show/hide the text box (txtCitizenship) by
checking/unchecking the check box (chkNo). Each record can be different: one
record could have txtCitizenship.Visible=True and another
txtCitizenship.Visible=False. My attempts at changing the Visible property
changed the field for every record .. I want to be able to hide the field in
some records and show the field in others.
Any suggestions?
chkNo, txtCitizenship
I want: The user to be able to show/hide the text box (txtCitizenship) by
checking/unchecking the check box (chkNo). Each record can be different: one
record could have txtCitizenship.Visible=True and another
txtCitizenship.Visible=False. My attempts at changing the Visible property
changed the field for every record .. I want to be able to hide the field in
some records and show the field in others.
Any suggestions?