Is there a way I can make a field (combo box or text box) visible on a form only if another combo box on the same form is set to a certain value?
For example, lets say I have a combo box (cboBox1) on a form and it's possible values are "Yes" and "No". I have another combo box (cboBox2) on the same form. I want cboBox2 only visible on the form if cboBox1 is set to "Yes".
Is there a simple way to do this? I appreciate the help.
Jim
For example, lets say I have a combo box (cboBox1) on a form and it's possible values are "Yes" and "No". I have another combo box (cboBox2) on the same form. I want cboBox2 only visible on the form if cboBox1 is set to "Yes".
Is there a simple way to do this? I appreciate the help.
Jim