Hi,
I receive RaR and PRTV files, which i save as text files.
I need to import them into Access table.
Currently, I paste this data into the table, which has one field. I then use the Mid function to read this data, parse it into various fields and then append it to the final table.
The PRTV file contains just one set of data with few lines. My question is, can I just import the entire data into the access field.
The text file looks as below
A1010307300000038824 2024178000010000038800000380 O 0000038824-000001S513000000388 06055JFD6OM 000000000 * 85173 01965137 SB 030000000 533SEG5
If I use TransferText, it prompts me for a delimiter.
I just want to dump the data as it is, into that one field (basically copy and paste)
Is that doable?
TIA
I receive RaR and PRTV files, which i save as text files.
I need to import them into Access table.
Currently, I paste this data into the table, which has one field. I then use the Mid function to read this data, parse it into various fields and then append it to the final table.
The PRTV file contains just one set of data with few lines. My question is, can I just import the entire data into the access field.
The text file looks as below
A1010307300000038824 2024178000010000038800000380 O 0000038824-000001S513000000388 06055JFD6OM 000000000 * 85173 01965137 SB 030000000 533SEG5
If I use TransferText, it prompts me for a delimiter.
I just want to dump the data as it is, into that one field (basically copy and paste)
Is that doable?
TIA