PDA

View Full Version : Report


Gambler
17th July 2004, 08:46.29 AM
I am working on my report. Im in conditional formatting and using expressions. I want to be able to shade a field in my report when its value is 2 less than EPR. So in expressions I wrote >=[nEPR-2]. It didnt work. Any suggestions?
Thanks ed

Rick
17th July 2004, 09:31.37 AM
>=[nEPR-2]
My guess is that only the field name is in brackets.

Don't know if this will work but try something like

>=([nEPR]=-2)

Rick
17th July 2004, 09:55.19 AM
On second thought that won't work, try

>=([nEPR]-2)