I'm importing data from several .csv files into my MS Access V97 application through modules. The trouble is that some of the .csv files have header rows and some do not. When connecting to the .csv file, is there a way of declaring whether the file has a header row or not? I've been able to...