I have a Access database that is auto updated with a text in a date field.I need to run a query off of this data, but I need to change the field in a query and not the table itself. If I change it in the table, I will have to change it again anytime I want to run it. The table is updated everyday by another source which can't be changed.The field is a date in the text format, but I want to change it to a Date format through a query. When working in Cognos I would just use a Sting to date function, But Access doesn't have this function. What would be the best way to do this?