G
Guest
Hi
I've got a series of date values that I need to capture within a database
E.g.,
DtSen
DtReceive
DtApproved
I'd like to be able to allow users to enter either a date value or "n/a" if a date value is inappropriate for a particular case. Obviously, a field with data type "Date/Time" will not accept a value of "n/a". Conversely, a text field will not recognize dates
It seems (to me, at least) reasonable enough to want to design a database this way, but is there a practical way around the above problem? Essentially, I'm trying to alleviate the ambiguity of blank fields (which could either mean an incomplete entry, or non-applicability in a particular case).
I'm completely stumped at this point, so any direction at all would be greatly appreciated
Demi
I've got a series of date values that I need to capture within a database
E.g.,
DtSen
DtReceive
DtApproved
I'd like to be able to allow users to enter either a date value or "n/a" if a date value is inappropriate for a particular case. Obviously, a field with data type "Date/Time" will not accept a value of "n/a". Conversely, a text field will not recognize dates
It seems (to me, at least) reasonable enough to want to design a database this way, but is there a practical way around the above problem? Essentially, I'm trying to alleviate the ambiguity of blank fields (which could either mean an incomplete entry, or non-applicability in a particular case).
I'm completely stumped at this point, so any direction at all would be greatly appreciated
Demi