Allow users to set the font size in textboxes using Conditional Formatting.
I have infographics in my Access application that could use this feature to size text on forms based on the value of a field(s). For example, if the text in a field is "Superior" I would like the font size to be 30 points rather than the standard 11 points. Thanks.

2 comments
-
Bitsqueezer commented
You can already do this by using an RTF text field and a query which handles the value and add the right RTF formatting where you want (and more than just only the font size).
-
[Deleted User] commented
Not that your request doesn't have merit since they already make other font properties available, but you can this quite easily through VBA.