conditional formatting in reports.

R

Robbie

In Reports I would like to colour the font according to
the value in another cell,

contract customer
99999 Barclays

I would like 99999 to be blue if customer = to barclays

in conditional formatting it only lets me change the
colour based on the selected field (contract) and not a
different field (customer).

cheers
Robbie
 
N

Nikos Yannacopoulos

Robbie,

Conditional formatting will let you vbase your criterion on another
field if you cange the default "Field value Is" to "Condition Is" in the
drop-down in the condition setup wizard; this done, the expression
should be something like
[Customer] = 'Barclays'

HTH,
Nikos
 
F

fredg

In Reports I would like to colour the font according to
the value in another cell,

contract customer
99999 Barclays

I would like 99999 to be blue if customer = to barclays

in conditional formatting it only lets me change the
colour based on the selected field (contract) and not a
different field (customer).

cheers
Robbie
Regarding:
in conditional formatting it only lets me change the
colour based on the selected field (contract) and not a
different field (customer). <

The above is not correct.
Change the Field Value Is dropdown to
Expression Is
In the next box write:
[Customer] = "Barclays"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top