Checking Date Validity

  • Thread starter Thread starter Jim Pockmire
  • Start date Start date
J

Jim Pockmire

Is ther a function to check the validity of a date entered on a form and
print an error message if it is not valid, e.g 2/30/04?
 
If the control on the form is bound to a field of Date type, an error
message will automatically be generated. Otherwise, you can check out the
IsDate() function in VBA.

hth,
 
Back
Top