I'm trying to convert date/time field ( from a CSV file thats a linked table) that is currently text to a date/time to so I can query for the Max. When on convert using CDate and then in a secondary query try to group by Max to find the most recent, it comes back with 'Type Mismatch' when I query all records, but if i limit it to find only certain groups, not Max of all groups, it returns the results just fine.
8/30/2010 12:57 PM <--this the format of the text as it comes from the CSV file
Can someone please help me?