BullHalseyUSN
Technical User
Hello, Experts!
I have a form with several sections. In each section, there are required fields that need to be filled out or my code will choke.
Adding "* Required" to each section of the form would be misleading and confusing since the fields only need to be completed if a person starts working on a particular section.
My thought is, I would like to have text appear only if a person clicks on a combobox in a section (for instance cmbAtDescription). So I thought onClick() would be a good event.
So basically, I have no idea how to craft this.
In plain English, what I would like to achieve is
Private Sub AtDescription_Click()
"When this thing is clicked, I'd like Label75 to appear
Is this possible? Thanks for any help and sorry to parade my ignorance.
Thanks!
I have a form with several sections. In each section, there are required fields that need to be filled out or my code will choke.
Adding "* Required" to each section of the form would be misleading and confusing since the fields only need to be completed if a person starts working on a particular section.
My thought is, I would like to have text appear only if a person clicks on a combobox in a section (for instance cmbAtDescription). So I thought onClick() would be a good event.
So basically, I have no idea how to craft this.
In plain English, what I would like to achieve is
Private Sub AtDescription_Click()
"When this thing is clicked, I'd like Label75 to appear
Is this possible? Thanks for any help and sorry to parade my ignorance.
Thanks!