I am downloading data from Siebel and importing it into MSaccess to generate reports. I import the date fields as text because I am receiving errors when I try to import them as date fields. Once the date has been imported, I change the text field to a date field. The problem is that the dates from Siebel are ie. 4/1/01, 4/10/01, 4/9/01 etc. instead of 04/01/01, 04/09/01, etc. Using a MIN[completed] and MAX[completed] the expected results are MAX[4/9/01] when it should be 4/30/01. But since 9 is greater than 3 I quess that is where the problem is. Do you have any suggestions to get around this situation???