You could put 'DateSerial(Right([Date],4),ConvertMonth(Mid([Date],4,3)),Left([Date],2))' into the 'Field:' row of a select query and this will display the date. You may then use an actual date in the 'Cirteria:" row to display the results you need.
Hope this helps.
Art