Thanks for your reply but it did not work. Here is my query and its error msg:
select XLS_File_Name_Imported, max(Date_XLS_File_Created) from tbl_MOW_EXCEL_File_Import_Results
Column 'tbl_MOW_EXCEL_File_Import_Results.XLS_File_Name_Imported' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.