I wrote code where a list box pops up and the user gets to select one of many dates which appears as 10-Oct-03 for example. The problem is that once the user selects the date it is pass through the code as 10-10-03 and by the time it is pass to the query where I have set the criteria “FindDate()” which is looking for 10-Oct-03 I get the error “Data type mismatch in criteria expression.” Does anyone know a way of correcting this problem?