Can one mix fonts or size fonts in the same field?

K

Ken Smith

Using concatenated values, is it possible to code a text box to cause the
result to display the first letter in one font size and those that follow as
another font size?
 
R

Rick B

Do a search. This was asked and answered yesterday. There is a Rich Text
box that you can obtain from one of the MVPs that let's you mix formatting
in a field. The post from yesterday included a link to that.

Rick B
 
T

Tom Collins

Ken Smith said:
Using concatenated values, is it possible to code a text box to cause the
result to display the first letter in one font size and those that follow as
another font size?

Only in a box that allows Rich Text Formatting and very few do. You would
also have to use VBA and learn RTF codes to control the formatting. I'm not
even sure if Access comes with such a text box. I have one, but I think it
came with my VB.
 
Top