KingRichard3
Programmer
The following evaluates as TRUE:
Is it possible to use the IsDate() function to validate a date before sending it to a database? It seems to screen out all other bad input, but if the user inputs one of the above examples, the database is most unhappy...
Thanks,
Rick
Code:
Isdate("1/1/'04") and Isdate("1/1/.04") and Isdate("1/1/04*")
Thanks,
Rick