I am in access vba. I have a batch of csv files which come in many formats. Currently I have a code that imports the csv files into a temptable, appends to a temporary running table, renames the imported csv file and eventually the running table and exports to several csv files. The code...