G
Guest
hello,
when importing csv file with menu option "Get External Data", I get my data
correctly loaded into my table. As the csv field headers contains '.' (dots),
I specify that the "first row doens't contain field names", and the header
row details are fully loaded. Then I delete the header row from the table.
When I do the same procedure from VBA, the header row is partially loaded :
some fields are left Null, which is ok, but Access creates an ImportError
table, which is not the case when using the menu option "Get External Data".
Anybody knows why this is happening ? Can I prevent these ImportError tables
to be created ?
Thx in advance
when importing csv file with menu option "Get External Data", I get my data
correctly loaded into my table. As the csv field headers contains '.' (dots),
I specify that the "first row doens't contain field names", and the header
row details are fully loaded. Then I delete the header row from the table.
When I do the same procedure from VBA, the header row is partially loaded :
some fields are left Null, which is ok, but Access creates an ImportError
table, which is not the case when using the menu option "Get External Data".
Anybody knows why this is happening ? Can I prevent these ImportError tables
to be created ?
Thx in advance