R
rml
I have created a report. I would like to display the font in red or bold if
the two fields do not equal. I used the following but does not seem to
work. I put the code on the open event. What am I doing wrong? Thanks.
If Me![CP] <> Me![rprice] Then Me![New2].ForeColor = vbRed Else:
Me![New2].ForeColor = vbBlack
the two fields do not equal. I used the following but does not seem to
work. I put the code on the open event. What am I doing wrong? Thanks.
If Me![CP] <> Me![rprice] Then Me![New2].ForeColor = vbRed Else:
Me![New2].ForeColor = vbBlack