Hi, I used following codes to create green bars on the report for easier reading.
If Remainder(RecordNumber, 2) = 1 Then
Color(222, 251, 164)
else
Color(240, 254, 214);
However, it does not work for drill down reports, as it seems the report also count the recordnumber of the drill down tables(though they are not appear).
Anything we can do to fix the report?
Thanks!
If Remainder(RecordNumber, 2) = 1 Then
Color(222, 251, 164)
else
Color(240, 254, 214);
However, it does not work for drill down reports, as it seems the report also count the recordnumber of the drill down tables(though they are not appear).
Anything we can do to fix the report?
Thanks!