mk62 said:
How do I determine if the text in a record is a date or not?
There's an IsDate() function, which returns True if its argument
expression can be interpreted as a date, and False if not. I haven't
explored how broad a range of strings it can recognize, but it's pretty
broad.