B
Brian
Hi
I have a text box on a report that references three name
fields (first, middle, last). The code looks like:
=[LastName] & ", " & [FirstName] & " " & [MiddleName]
I want to apply bold formatting only on the LastName
portion. Is there something similar to the Ucase function
(ie =UCase([LastName]) & " "...) that can be used to
apply bold formatting to the font?
Any help would be greatly appreciated.
Brian
I have a text box on a report that references three name
fields (first, middle, last). The code looks like:
=[LastName] & ", " & [FirstName] & " " & [MiddleName]
I want to apply bold formatting only on the LastName
portion. Is there something similar to the Ucase function
(ie =UCase([LastName]) & " "...) that can be used to
apply bold formatting to the font?
Any help would be greatly appreciated.
Brian