Positivethinking
Programmer
Hi all
I need to open a csv file using vba and just rename the columns for a file that holds around 300 columns. I know that msaccess can handle only 255 columns. The questions is "does anyone know if handling 300 columns can be done in access without opening the csv file in a table just working as a text file"?
e.g.
Col Column Long Name Column Short Name
1 Name1 100 characters Name1 with 20 chars.
2 Name2 100 characters Name2 with 20 chars.
2 Name3 100 characters Name3 with 20 chars.
.......
300 Name300 100 charrs Name300 with 20 chars.
Thanks a lot for your help. It's very appreciated
I need to open a csv file using vba and just rename the columns for a file that holds around 300 columns. I know that msaccess can handle only 255 columns. The questions is "does anyone know if handling 300 columns can be done in access without opening the csv file in a table just working as a text file"?
e.g.
Col Column Long Name Column Short Name
1 Name1 100 characters Name1 with 20 chars.
2 Name2 100 characters Name2 with 20 chars.
2 Name3 100 characters Name3 with 20 chars.
.......
300 Name300 100 charrs Name300 with 20 chars.
Thanks a lot for your help. It's very appreciated