I'm sure its a problem for a many of us, but couldnt find an answer.
Try to prevent from the user to enter a wrong date like "29/02/07"
and since Access knows better what it means it turns it to "07/02/29".
this expression: IsDate(format("29/02/07","dd/mm/yy")) gives true.
Now to the question:
Where and how can i check the date validity befor Access change it??
TIA
Try to prevent from the user to enter a wrong date like "29/02/07"
and since Access knows better what it means it turns it to "07/02/29".
this expression: IsDate(format("29/02/07","dd/mm/yy")) gives true.
Now to the question:
Where and how can i check the date validity befor Access change it??
TIA