All versions can use the Format event of the report section
to change the backcolor, forecolor, etc. when the report is
run.
If [AField]>0 Then
[AField].BackColor = vbBlue
[AField].ForeColor = vbYellow
Else
[AField].BackColor = vbWhite
[AField].ForeColor = vbBlack
End If
Chris
-----Original Message-----
Unfortunately, We are still in the dark ages with 97. Any Ideas?
"Mark" <

> wrote in message You can use conditional formatting from the "Format" menu while in design
view of the report.
Is it possible to change the background color of a report textbox
depending
on the value of the field value? Any help will be appreciated.
.