Formatting Access Fields in Queries

chegra26

Board Regular
Joined
Jun 7, 2014
Messages
90
I have the below expression in an access query. How can I bold only [TenantsName]?

Lease1: " This Short Term Rental Agreement (the “Agreement”) is made by and between Agrati Consulting, LLC (“Homeowner”) and" & " " & [TenantsName] & " " & "(“Guest”) as of the date last set forth on the signature page of this Agreement. For good and valuable consideration, the sufficiency of which is acknowledged, the parties hereby agree as follows:"

Thank you
Michelle
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
You don't.
Queries are not meant to be used for presenting data, they are meant to select data sets/do calculations. As such, they really do not have much in the way of formatting options.
Data is typically presented in Forms or Reports, and that is where you will find the formatting options.
 
Upvote 0
I agree with Joe that you should do as much formatting as possible on a form or report.

Data is best stored in tables NOT formatted. Queries collect data from tale(s). Forms and reports have controls that support formatting.


If you are using Access 2007 and later you can use the new built-in RichText feature to bold text.

EDIT: I tried to post example code but I can't figure out how to get it to show HTML tags.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,771
Messages
6,161,847
Members
451,723
Latest member
Rachetsely

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top