Conditionally Formatting of Report Fields

  • Thread starter Thread starter Joe Williams
  • Start date Start date
J

Joe Williams

I have two fields on a report, Cost and SellPrice. I want to BOLD the Cost
and SellPrice fields for each record when the cost is higher than the
sellprice.

In what event would I put this code and how would I code this to happen?

THanks

joe
 
Just use conditional formatting.

Change the first dropdown box to "Expression Is" then enter your expression
such as...


[Cost] > [Sell]


Then set your format to bold.

Rick B
 

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

Trouble with percentage on report 2
Please Help with table design 1
Calculated Fields 4
Option Buttons 2
Adding Records 1
Adding Records 1
Adding a Record 1
How to Sum Total cost field in report 2

Back
Top