R
R Bolling
I have a text file where each row comprises an entire paragraph.
Importing into a memo file still cuts off the data both using File -
Get External Data or importing via Transfer Text. I would like to try
a code approach to this.
Here is a problem scenario:
Text file: MyTextFile.txt
This is some example text. This is some example text. . .
This is some more sample text. This is some more sample text. . .
This is another line of sample text. . .
..
..
..
Database: MyDB.mdb
Table: MyTbl (2 Fields)
ID: Autonumber
Memo1: Memo
What is a method using code to append this text into MyTbl?
Thank you for any assistance with this
Robby
Importing into a memo file still cuts off the data both using File -
Get External Data or importing via Transfer Text. I would like to try
a code approach to this.
Here is a problem scenario:
Text file: MyTextFile.txt
This is some example text. This is some example text. . .
This is some more sample text. This is some more sample text. . .
This is another line of sample text. . .
..
..
..
Database: MyDB.mdb
Table: MyTbl (2 Fields)
ID: Autonumber
Memo1: Memo
What is a method using code to append this text into MyTbl?
Thank you for any assistance with this
Robby