Return to Defaults

UTK

Engineer Bound
Local time
Today, 14:53
Joined
Oct 13, 2004
Messages
17
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?
 
Does anyone know how to do this?
 

Users who are viewing this thread

Back
Top Bottom