Hello,
This is a new form not edit.
I provide a filter in "Role Type Filter".
I then provide some text in the "Enter Role Word Search Text" box.
Finally, I then click the dropdown arrow on the combo box and make a selection.
The form populates the fields on the right.
The problem is that someone can still submit a form even if the Role Name is not populated.
I would have thought this would have been easy, but I was wrong.
I have a form that has a combo box and at the bottom right I have a submit button.
If I try to use IsEmpty or IsBlank in the button's Visible property to hide the button I get an error.
I need to hide the submit button because "Role Name" cant be empty
Thank you!
Hi @golfnutt82 ,
Please try with CountRows(ComboBox1.SelectedItems) in the Visible property of the button.
Give a like and accept it as the solution if I answered your query.
User | Count |
---|---|
126 | |
87 | |
85 | |
75 | |
69 |
User | Count |
---|---|
215 | |
180 | |
139 | |
103 | |
83 |