A CSV file has been converted into .XLS file using VBA code in Access and an Excel object.
Access imports the file. Excel has done nothing to it except change the format to XLS. So I'm ready to use VBA to start using the data, but the order of items in that file is critical, and when I do a query (openrecordset) Access will scramble the order of items... is there a way around that? The file comes in with many rows but just the one column.