Date & Text Combination Entry

S

Steve Quiroz

I would like to establish a field that accepts Date/Time
or Text. For example, the field should accept a date OR
the letter R. I would like to build this as an expression.

Steve
 
R

Rick Brandt

Steve Quiroz said:
I would like to establish a field that accepts Date/Time
or Text. For example, the field should accept a date OR
the letter R. I would like to build this as an expression.

Just make it text then, but you have to realize that dates entered will
also just be text and they will be evaluated as text when searching or
sorting. You cannot have a field that stores two kinds of DataTypes.
 
Top