REPORT

G

Guest

In my report I highlight my field--go to formatting--conditional
formatting--condition 1--expression--then I type in the following--[rKRAT>=1
& <=2] AND [nMLO >=6]
When rKRAT is [>=1 and <=2] and [nMLO>=6] I want to make that field box turn
gray. I know my formula is wrong. Can anyone tell me how to correct it.
Thanks
ed
 
F

fredg

In my report I highlight my field--go to formatting--conditional
formatting--condition 1--expression--then I type in the following--[rKRAT>=1
& <=2] AND [nMLO >=6]
When rKRAT is [>=1 and <=2] and [nMLO>=6] I want to make that field box turn
gray. I know my formula is wrong. Can anyone tell me how to correct it.
Thanks
ed

You are confusing the Ampersand (&) with the And operator, and you are
using the brackets [] where you should be using parenthesis ().
The brackets are supposed to surround the field name.
Try:

([rKRAT] >=1 AND [rKrat] <=2) AND [nMLO] >=6
 

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

Similar Threads

EXPRESSION 1
query 1
Query 4
Conditional Formatting Problem 9
Conditional Formatting 4
Report Can Grow not aligned horizontally 2
CONDITIONAL FORMATTING 3
counting records 0

Top