Change font to underline

R

roetc

In the detail section of my report I use the next code in
the On format event:

Me![Field1].FontUnderline = Me![Field1] < 100

The report is OK, but if I export the report ro a rich
text format file, the underlining is not correct.
The result hangs on the value of Me![Field1] in the last
record of the detail section. If the last value of [Field1]
=50 then all the values of the column from Field1 will be
underlined and if the last value of [Field1]=150 all the
values are not underlined.

Is this a bug?
Has someone a solution for this problem?
 
Top