Formatting Text in Reports

  • Thread starter Thread starter Gordon Padwick
  • Start date Start date
G

Gordon Padwick

I'm creating an Access database in which I need to have control over the
format of text printed in reports from memo fields.

Some of the text in the memo fields consists of chemical formulas which
require the use of subscripts and superscripts. Other text contains
scientific plant names which should be printed in italics.

Can Access satisfy this need?

Gordon
 
I have downloaded and installed the rich text box control
from lebans.com but cannot seem to figure out how to use
it. Any pointers? Thanks
 
Did you download Stephen's working sample?
That's the best way to understand how to use it.
 
Thanks Allen, I have downloaded the sample, and I still
don't understand how it works. Are you at all familiar
with it?

When I insert the control, into the design view of a
report, I don't understand how I go about entering the
text into the control. I see the RTF toolbar with the
various functions, but I can't get far enough to apply
them because I don't know where to input the text.

I'd appreciate any guidance if you know how it works.
Thanks.
 
Hi Daniel

I've only fiddled with it briefly, but found the toolbar worked, and if you
need to do things beyond what the toolbar provides, you can do in in Word
and paste the result into the RTF control.

Not sure I can help much beyond that.
 
You cannot manually enter text into the Control when it is on a Report.
The idea is to have the control bound to a field that contains the RTF
text. THis is exactly what the sample Forms and Reports demonstrate. So
use a Form containing the RTF control to add/edit your RTF text that is
bound to a Memo field that will hold the RTF text for each record.

Finally you no longer need the Toolbar if you are using the latest
version as a built in Editing Menu is included with the control.


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thank you Stephen. Your post allowed me to understand
how to use the control. Works great!! Thank you very
much.
 
Back
Top