The project I'm currently working on uses month-to-date and year-to-date reports. The dates are comimg from a table and are being compared to the current system date. The month-to-date reports work perfectly using the format "mm/yyyy" for the date to compare to the current date. However the year-to-date reports are using a format of "yyyy" to compare to the current date and I just found out that they are not working. They are inputing a date of "6/28/1905" for some reason. Any ideas on what format mask to use to get the year-to-date to work properly? The help would be appreciated. BTW the actual date format in the data table is "Thursday, February 2, 2006".