I want to do the following:
If user enters dumb value Then
Go back to the old value
Else
Do some code
End If
For example...
Imagine there is a text field called city and currently has the city name
If the user enters something, I want it to revert back to the name of the city that was there before the user entered the data.
If user enters dumb value Then
Go back to the old value
Else
Do some code
End If
For example...
Imagine there is a text field called city and currently has the city name
If the user enters something, I want it to revert back to the name of the city that was there before the user entered the data.