I have a form where I am setting a variable to the value of the field. When the form is submitted those variables still have their values so when I go back to the form to make the next entry the form is blank(reset) but the variables still have their values.
I can use the following on the submit button which works for a single variable
Set(variable, Blank())
Problem is that I have 20 variables I need to reset. is my only option to do the following or is there a more inclusive way to reset all global variables?
Set(variable, Blank()); Set(variable2, Blank()); Set(variable3, Blank())......
Other than exiting and re-loading the app I'm not aware of any way to globally reset all the variables with one statement.
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional