T
thedeanslist
I would like to control the background color of a field
on a report during printing. I tried modifying the
background with the following code on the OnFormat Event:
Me.FieldName.BackColor = VbRed
Nothing happens! However the following code does work:
Me.FieldName.ForeColor = VbRed
Is there any way to modify a fields background color
during printing??
Thanks; Dean
on a report during printing. I tried modifying the
background with the following code on the OnFormat Event:
Me.FieldName.BackColor = VbRed
Nothing happens! However the following code does work:
Me.FieldName.ForeColor = VbRed
Is there any way to modify a fields background color
during printing??
Thanks; Dean