Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making Part of an Expression Bold on a report

Status
Not open for further replies.

WallT

Vendor
Aug 13, 2002
247
US
I have an expression on a report that is:
="NAME: " & [FirstName]& " " &[LastName]

Is there a way to make the Label in this expression "NAME: " bold text, but leave the text [FirstName] and [LastName] not bold in a report?
 
Yes,
The simple answer is to split it into two separate label fields. If this tip has been helpful, be sure to click on the "Mark this post as a helpful/expert post!".

Randy Smith
California Teachers Association
 
I'll take that as a no. Unfortunately, I have reasons for needing it to be an expression in the report I am using it on. But it would look better if I could make it bold in the expression
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top