Doug Steele
dbdoug at gmail.com
Sat Aug 11 13:42:20 CDT 2012
Hello all: Has anyone used rft fields in Access 2007? Are the formats quite limited compared to 'real' rtf, like Word uses? In particular I would like to format subscripts and superscripts. I'm quite confused right now. Here's what I've found: 1. Inserting real rtf formatting codes like "{{\rtf1 This is some {\b bold} text} doesn't work (either pasting direct or inserting with VBA). The field treats the formatting codes as text. 2. Inserting (some) html codes does work: "This is <b>bold text</bold>" formats correctly. "This is supposed to be a <sub>subscript</sub>" doesn't. 3. Copying and pasting rtf formatted code from Access 2007 to Word 2007 works. 4. Copying and pasting rtf formatted code from Word to Access works only for the limited selection of formats shown in the Access formatting toolbar, but not for subscripts etc. Is is possible to use real rtf codes? What's with the html formatting? Is there a list somewhere of html codes that work? Thanks, Doug