I am trying to use the isDate() function to do some data verification. I am importing data from one table to another and am checking text fields to see if they are dates or not. In the new table, they need to be set as dates. I have a query that I am running that is supposed to flag the entries that need to be fixed manually. For the most part, it appears to work, but sometimes I will run into a date like "1/1/1023" and the isDate() function will say that is a correct date. Can anyone help me out? Is there a better function to use?
Thanks!
Thanks!