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
 
Back
Top