Using VB6 Pro.

I am importing data to an Access database from a text file. How do I skip the first 4 or so lines (File Header)?.

Also using the 'Split' function to split each line into fields so I can add to appropriate field in Access table.
eg Split(expression[, delimiter[, count[, compare]]])
How to I define the delimiter as a tab?

Any help would be appreciated

Cheers