Mike,
It's not my site, but I would be proud if it was!
-- in fact it is, without doubt, the reference
site for this kind of information.
You need to look at the RTF stuff in the Forms
section. I think the RTF stuff can also be used
on reports, but I've never tried it.
The RTF controls and code allow you to save and
display text in Rich Text Format.
The three reports you were looking at were samples
using the Print command of Access reports to Print
text on a report. They print inside the space of a
control, using different fonts, but have to be told
which bits to print in which font. That works for
fixed format reports, but for randomly formatted
stuff you need something like a Rich Text control
(david)