Ok. I've been wrestling with what seems like very simple VBA code and I'm still having problems with hiding controls in my form.
In my Form, I have a combo box "Diagnosis" with several row source selections (value list). One of the selections is "Other".
When "Other" is selected or checked, I...
I know this is pretty basic, but I'm having trouble with the VBA coding in my form. I have a field with a combo box. If "other" is checked, I would like a new test box field to appear below it to describe the "other" category. If "Other" is not checked, then I want the text box field hidden in...