S
Steve L
I have a text file I want to import into an Access table. My problem is
that each line of the text file doesn't correspond to a database record.
Essentially, each record of my table will consist of 3 lines of the text
file, read consecutively. i.e., lines 1-3 become the first record, lines
4-6 become the second record, etc. Each line of the text file has 10
entries, so my table will have 30 fields.
Can I do this with a simple import, or do I need to write some code?
Thanks!
that each line of the text file doesn't correspond to a database record.
Essentially, each record of my table will consist of 3 lines of the text
file, read consecutively. i.e., lines 1-3 become the first record, lines
4-6 become the second record, etc. Each line of the text file has 10
entries, so my table will have 30 fields.
Can I do this with a simple import, or do I need to write some code?
Thanks!