Randomblink
The Irreverent Reverend
- Local time
- Today, 09:32
- Joined
- Jul 23, 2001
- Messages
- 279
In the Help files I came across this:
Memo
Lengthy text or combinations of text and numbers.
Up to 65,535 characters. (If the Memo field is manipulated through DAO and only text and numbers [not binary data] will be stored in it, then the size of the Memo field is limited by the size of the database.)
So, I have string with 96k characters in it.
I NEED to store this IN a Memo Field (unless someone can tell me what other kind of field would hold this?).
How would I do that using DAO?
It says Manipulated through DAO?
I THOUGHT that would mean just a simple DAO.Recordset OPEN rst!FieldName = HUGESTRING or something like that...
Confused? Help if you can?
Memo
Lengthy text or combinations of text and numbers.
Up to 65,535 characters. (If the Memo field is manipulated through DAO and only text and numbers [not binary data] will be stored in it, then the size of the Memo field is limited by the size of the database.)
So, I have string with 96k characters in it.
I NEED to store this IN a Memo Field (unless someone can tell me what other kind of field would hold this?).
How would I do that using DAO?
It says Manipulated through DAO?
I THOUGHT that would mean just a simple DAO.Recordset OPEN rst!FieldName = HUGESTRING or something like that...
Confused? Help if you can?