rtf

  • Thread starter Thread starter Chris Savedge
  • Start date Start date
C

Chris Savedge

Can you import a rtf file into an access table? If so, could you please let
me know how this is done.

Thanks,
Chris
 
Can you import a rtf file into an access table? If so, could you please let
me know how this is done.

You can store RTF data in a Memo field, but it's not going to look
meaningful - it will have all the formatting characters. You can
obtain a third-party "Rich Text Format Control" - Stephen Lebans has
one that comes highly recommended (www.lebans.com/toc.htm).

If the .rtf file contains formatted tables with multiple fields, it's
going to be a lot tougher!
 
Back
Top