Importing Word Formatting

B

Bruce Maston

Is it possible to import the formatting of a Word Document (the bolds,
italics, indents, etc.) along with the text into an Access Textbox? Another
way to ask the same question, can you put the contents of a Word Document
(with its formatting) into the memo field of an Access table? And if so, can
you make that field the RecordSource for a textbox and retrieve the text with
the formatting intact?
 
B

Brian

Search on RTF2 in the Access forums. There are several posts discussing how
to capture the formatting as rich text using RTF2.
 
Top