In my DB i have several fields with set default values. If the user clicks a Yes on a Y/N button, these values will be cleared. If they then choose No on the same button it doesn't go back to the defaults. I know i could use
If (YES/NO) = NO
Then field = "default values"
is there an easier way to do it however?
If (YES/NO) = NO
Then field = "default values"
is there an easier way to do it however?