
Originally Posted by
Gina Maylone
Good morning all,
I hope I'm in the right place. I have read more threads than I care to admit and cannot for the life of me figure this out. I have a multi-select combo box called MentalStatus, with selections such as Alzheimer's, Adjustment Disorder, Anxiety Disorder, Depression, etc. I have an invisible mufti-select combo box called AnxietyDisorderSpec that I want to make visible if Anxiety Disorder is chosen from MentalStatus. It works if ONLY Anxiety Disorder is chosen, but not if other items are chosen as well.
I have tried Case statements, used column values, and a dozen other things with various results. Sometimes I get a "type mismatch" error, or "invalid use of null". I would post my code - but it is so messed up at this point it wouldn't be worth it.
MentalStatus gets its values from another table, which can be changed by a user through a maintenance form. So Anxiety Disorder may not always be the 4th choice. So I've been trying to work with it as a text string, and a text string with wildcards.
If anyone can point me in the right direction I would be so grateful.
Thank you in advance.
Gina