I have multiple csv files (semicolon separated) with same number of columns(around 616) and different number of rows. I want to import every file into different tables in Access. I am totally new to macro/vba. I have faced two problems:
- I used this code [https://superuser.com/questions/1131994/ms-access-2016-import-multiple-csv-files][1] from a forum, it works fine but it's importing one csv file into one table in one column with semicolon separated (means 616 columns from csv file are showing in one coulmn in access with semicolon separated). although the data should be shown in separate columns of a table. I want the data to be shown in separate columns. After import, I am seeing the data in access same as csv file. The column heading in csv file has text and numbers (1 to 600) also.
- Secondly, I want to import some specific columns from csv file. Could someone please edit this code and add some coding how to import specific columns from csv file into Access.
I hope I explained well.