Question Text contained in reports

Burnsie

Registered User.
Local time
Today, 02:32
Joined
Nov 6, 2009
Messages
32
Right.

Situation is; I am using Access 2007 for the first time (and Access in general) for the first time in many a year.

I’ve created my tables, forms, quires and reports.

However, on one of my report I want more details (text) regarding the value.

For example, one of my reports prints off blood pressure values.

What I want to know is, if on the report could I have a section saying "normal blood pressure is 120/80. Today, your blood pressure as measured at .......[value from query inserted here]

is this possible?

many thanks

B
 
A textbox with a control source like:

="normal blood pressure is 120/80. Today, your blood pressure as measured at " & [FieldName]
 

Users who are viewing this thread

Back
Top Bottom