conneticat
Programmer
Is there a simple way to have the option to put the date in a date field as well as have it default to something like "N/A" when the user enters N/A or something simple like 0 (but no other text).
I don't want to get too complicated, and I'd like to leave this field as a date field or a number. I tried an integer, formatted as something like: mm/dd/yyyy;mm/dd/yyyy;"N/A";"", thinking that the user could enter "0" and "N/A" would appear, but it just keeps wanting a date.
I don't want to get too complicated, and I'd like to leave this field as a date field or a number. I tried an integer, formatted as something like: mm/dd/yyyy;mm/dd/yyyy;"N/A";"", thinking that the user could enter "0" and "N/A" would appear, but it just keeps wanting a date.