L
Lungta
Does anyone know how to format (italics in this case) a specific field value
within a string in a text box?
Example - Control source for textbox txtPar1:
=("I, " &[DriverName]&", operating under the Company Name " &[BusCo]&",
agree to comply with the requirements of the " &[Law1]&" "&[Law2]&" .")
I'm putting all this in one textbox because the length of [DriverName] and
[BusCo] can vary a lot and it has to look seamless. But the two laws cited
have to be in italics. Is there a way to specify font italic format for just
those 2 fields (kind of like you format dates & currency)? Or is there a Vba
way to do what I'm trying?
Any possibilities are welcome! Thanks.
within a string in a text box?
Example - Control source for textbox txtPar1:
=("I, " &[DriverName]&", operating under the Company Name " &[BusCo]&",
agree to comply with the requirements of the " &[Law1]&" "&[Law2]&" .")
I'm putting all this in one textbox because the length of [DriverName] and
[BusCo] can vary a lot and it has to look seamless. But the two laws cited
have to be in italics. Is there a way to specify font italic format for just
those 2 fields (kind of like you format dates & currency)? Or is there a Vba
way to do what I'm trying?
Any possibilities are welcome! Thanks.