Underline part of a contatenated text box

palvarez64

New member
Local time
Today, 05:26
Joined
Sep 29, 2009
Messages
4
Hello,

My boss wants me to do a report with [First_Name] and [Last_Name] and that the last name need to be underline or BOLD.

for example:

=[LName] & ", " & [FName] (last name BOLD) or

=[LName] & ", " & [FName] (last name underlined)

Thanks in advance on how to accomplish this task,

Pedro
________________
Windows XP
MS-Access 2003
 
You could do it in two separate columns and place the text boxes on the form directly next to one another and format them so that they appear to be a single control;

-Or-

You could check here for a method of formatting this within a single control.
 

Users who are viewing this thread

Back
Top Bottom