I need to put an "exception" report together that looks for invalid dates. By invalid I mean, data entry errors that do not satisy a particular format, in this case: MM/DD/YYYY. Unfortunately, the database has no field validation of the date format so users can enter errors. Thanks!