text in a record

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top