A
Antonio
I have a form that displays 5 different data fields in 5
seperate text boxes. I figured out how to combine them
into a single text box, but I was wondering if there was
a way to change the text font and color of certain fields
in the combined text box.
Example
frmMessages contains the following fields:
txtTo, txtFrom, txtTime, txtMessageDate, txtMessage.
I set the visible property to "no" for each of the text
boxes above, and then created a 6th text box
called "txtMsgComb" with the following expression in the
text box control source:
="TO:"& "" &[txtTo]& "" &"FROM:"& "" &[txtFrom]& "" &
[Time]& "" &[txtMessageDate]& "" &[txtMessage]
I would like the "TO:" and "FROM:" to be in italics and
the font color to be red while the text fields remain
standard black. Is this a possibility?
TIA
seperate text boxes. I figured out how to combine them
into a single text box, but I was wondering if there was
a way to change the text font and color of certain fields
in the combined text box.
Example
frmMessages contains the following fields:
txtTo, txtFrom, txtTime, txtMessageDate, txtMessage.
I set the visible property to "no" for each of the text
boxes above, and then created a 6th text box
called "txtMsgComb" with the following expression in the
text box control source:
="TO:"& "" &[txtTo]& "" &"FROM:"& "" &[txtFrom]& "" &
[Time]& "" &[txtMessageDate]& "" &[txtMessage]
I would like the "TO:" and "FROM:" to be in italics and
the font color to be red while the text fields remain
standard black. Is this a possibility?
TIA