help needed on GetChunk method

J

Jayasimha

Hello,

Has anybody used GetChunk method to retreive data stored in a memo field to
be displayed in a report.

Thanks in advance,
Jayasimha.
 
L

Larry Linson

No, that's not the purpose of GetChunk. Simply use the memo field as the
ControlSource for a Text Box.

You can see one use of AppendChunk and GetChunk in the sample imaging
databases at http://accdevel.tripod.com. They are used to build and retrieve
the information in an OLE Field used as a Binary Large Object (BLOB).

Larry Linson
Microsoft Access MVP
 
Top