This is my first post.
In one of my Forms, I have a combo box which allows users to describe a new record from a list of 5 possible options.
If users choose one particular description from the 5 options, then I would like the form to display a previously hidden text box and label.
I want the text box and label to be hidden on the form, except when users choose that one particular option in the combo box.
I think I'm going to need to insert some VBA code for this Form, but I'm not very familiar with VBA.
Any suggestions?
In one of my Forms, I have a combo box which allows users to describe a new record from a list of 5 possible options.
If users choose one particular description from the 5 options, then I would like the form to display a previously hidden text box and label.
I want the text box and label to be hidden on the form, except when users choose that one particular option in the combo box.
I think I'm going to need to insert some VBA code for this Form, but I'm not very familiar with VBA.
Any suggestions?