I have a table with field_1 and field_2. If "NO" is entered in field_1, I would like the default value in field_2 to be "N/A". If field_1 is something other than NO, the default value in field_2 should be null. Both fields are required. Any suggestions?
Thanks in advance for your help.