View Full Version : Change font size within a textbox


bayman
07-02-2003, 07:24 PM
Can I change the font size within a text box? If so, how?

Thanks in advance.

ChrisO
07-02-2003, 09:28 PM
Text Boxes on Reports have a Font Size property that can be set in Design mode.

But that seems too simple so do you have something else in mind?

Do you want to change the font size at runtime based on the contents of the Text Box or some other condition?

Regards,
Chris

bayman
07-03-2003, 08:31 AM
Thanks for the response. What I'm trying to do is change font size within the text box. For example:

The quick brown fox jumped over the lazy dogs.

ChrisO
07-03-2003, 03:23 PM
As far as I am aware this can't be done in Access.

However, you may be able to butt two Text Boxes up against each other and set their Border Style to transparent. With a bit of careful placement and Font sizing you may get a suitable result.

Sorry but that's the only thing I can think off.

Regards,
Chris