How do I program a report field to be bold/red when negative in M.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a report in Access2000 based on a query with a pre-computed
value. I want the value to display as bold/red when negative. I tried using
the conditional formatting dialog box but it doesn't work. I even tried using
the expression is to recreate the computations used to create the computed
field value, but it still didn't work. I also tried to program the report to
display this using the code window, but it wouldn't display the change, or
changed ALL values to red/bold instead of just the values less than zero
(negative values). What gives?
 
Back
Top