JohnHarkins
MIS
Hi!
I've got a couple of DOS files that are "sort of" text. Some of the files contain LF (or is it CR?) without the usual CR-LF combination. Others contain just a character that marks the fields in the records and it's up to me to count the fields to determine when a new record occurs. This is all shades of mainframe data encoding, but that's life.
Is there a convenient way for Access 2000 to read the stream through VBA and let me dynamically make the appropriate insertions of CR-LF before the data are parsed into fields of a table?
I've searched the TransferText stuff, but I'm left confused.
Thanks, John Harkins
I've got a couple of DOS files that are "sort of" text. Some of the files contain LF (or is it CR?) without the usual CR-LF combination. Others contain just a character that marks the fields in the records and it's up to me to count the fields to determine when a new record occurs. This is all shades of mainframe data encoding, but that's life.
Is there a convenient way for Access 2000 to read the stream through VBA and let me dynamically make the appropriate insertions of CR-LF before the data are parsed into fields of a table?
I've searched the TransferText stuff, but I'm left confused.
Thanks, John Harkins