Hi All,

My objective is to open a .csv file (with out field name) and save to .mdb (with field name) i've created. My problem is the csv file doesn't have any field name to select and supposedly assign to mdb fields.

Csv file;
A 1 jon ax 3 4 5 8 9 0 1 3
B 5 bell 7 8 6 9 7 8
C 9 ton ax 0 4 4

Mdb filed name;
set no. name A B C D E F G H I

I can open the csv file but saving the content inside the mdb is my problem..
I am usign VB.. Hoping to hear from you soon..

Many Thanks!