transfertext starting from a certain row

L

Lydia

Hi,

I am transfering data from a csv file into access database. The top 4 rows
are explainatory texts and should be ignored. Does transfertext function
allow me set the start row somewhere?

Thanks.

Lydia
 
C

Chris O'C via AccessMonster.com

The first row can be column names or data. That's the extent of specifying
where the data starts with transfertext, either first row or second row.
Everything after that is data.

Chris
Microsoft MVP
 
Top