Hi.
I have a yes/no check box on a split form called "Bilingual", and when it is Yes, another control, "LanguagesSpoken" becomes enabled - which is a multivalued list of languages to choose from. My code looks like this:
Private Sub Bilingual_Click()
If Bilingual = True Then...