Sounds as if you will need to use VBA code. Are you familiar with the type
of code you'll need to open a recordset (based on your end table) and to
open a text file and read the text file?
> 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.
[quoted text clipped - 6 lines]
>
> Thanks!
No, not at all. I did some light Fortran programming about 25 years ago,
and a little C and Foxpro about 15 years ago, but that's about it.
Can you recommend a good reference book that might get me started?
Thanks for your reply.
> Sounds as if you will need to use VBA code. Are you familiar with the type
> of code you'll need to open a recordset (based on your end table) and to
> open a text file and read the text file?
Ken Snell [MVP] - 31 Aug 2005 14:12 GMT
There are a number of good ACCESS books.... John Viescas (ACCESS MVP) has
written many (he has a list of his and others at his website
www.viescas.com).
What you seek to do is not overly difficult...probably would need about 50
lines of code or so. Because you said you're not familiar with VBA, I won't
go into details about the code at this time. But post back if you'd like to
take a stab at it.

Signature
Ken Snell
<MS ACCESS MVP>
> No, not at all. I did some light Fortran programming about 25 years ago,
> and a little C and Foxpro about 15 years ago, but that's about it.
[quoted text clipped - 6 lines]
>> type of code you'll need to open a recordset (based on your end table)
>> and to open a text file and read the text file?