Storing and retrieving text in Access table.

J

jimatt

I need to be able to cut up a document into chunks consisting of a heading
and following text, sometimes including graphics (GIF,JPEG). I want to store
the text so that, when it is retrieved, it appears formatted just as it was
in the original document.

What is the best way to do this in Access? I'm guessing I need to store RTF
of DOC files formatted they way I want them (OLE objects?). Is it also
possible to store the text in an XML format and reformat it using Java script
when it is retrieved?
 
Top