Good Morning.
I have a form called ChangesForm that is only displayed when Tab 2 on my form is selected.
The visible property for the ChangesForm is currently set to vartabselected = 2 This work perfectly.
I do however on the ChangesForm have a button called New Suggestion.
I want all the field to not be visible until I click the New suggestion Button.
I have tried OnSelect(SetShowField,True) after changing Visible to False on all my fields with no avail.
any suggestions would be greatly appreciated.