I need to write a routine to check if a date a user enters in a textbox on a form is a valid short date format or not. We only want to allow short dates and not any other types. The form currently takes any date string entered by a user and converts it to long date/time format with the current system date and time. Last week, we got an error message saying the conversion from datetime data type to smalldatetime data type resulted in a smalldatetime overflow. Can anyone provide me with some direction on this or provide some sample code? I would greatly appreciate any help that anyone can provide me with! Thank you.