I've used the code below to import a text file(with header record) into Access, but I don't know how to take the header of my file when I bring the file. It's a small part but I'm not sure how to get it done.
Thanks
Dim F As Long, sLine As String, A(0 To 4) As String
Dim db As...