I have an ASCII file in the following form:
Header (100 bytes)
Record 1 (100 Bytes)
Record 2 (100 bytes)
Record 3 (100 bytes)
Record 4 (100 bytes)
Trailer (100 bytes)
These 6 lines constitute a "Record" with Data Names for each byte position('s). There are several hundred records in this file. There is an "H" at the beginning of the "record set of 6".
I need to concatonate (Header - Record 1-4 - Trailer) into a single "Record" ie a flat file so I can deal with it in Access. How can this be done with Access macros, code, import spec, etc. Does anyone have any suggestions?
Header (100 bytes)
Record 1 (100 Bytes)
Record 2 (100 bytes)
Record 3 (100 bytes)
Record 4 (100 bytes)
Trailer (100 bytes)
These 6 lines constitute a "Record" with Data Names for each byte position('s). There are several hundred records in this file. There is an "H" at the beginning of the "record set of 6".
I need to concatonate (Header - Record 1-4 - Trailer) into a single "Record" ie a flat file so I can deal with it in Access. How can this be done with Access macros, code, import spec, etc. Does anyone have any suggestions?