L
Lorena
I have a form that I want to change colors for every other row. I am using
conditional formatting and figuring that I need to obtain the record number
to determine what color to use (ie. blue for evens, yellow for odds).
However, I cannot find the correct name for Record number.
I tried '[RecordNumber] Mod 2 = 0' in the conditional formatting area and
it doesn't seem to work. I placed '=[RecordNumber]' in an unbound text and
it gave me '#Name?' error. It likes '=[CurrentRecord]' , however, record 0
gives me a value of 0, and the rest of the rows give me a value of 1. Of
course, '=[RecordCount]' gives me the total record count, which is not what I
want.
Any suggestions
conditional formatting and figuring that I need to obtain the record number
to determine what color to use (ie. blue for evens, yellow for odds).
However, I cannot find the correct name for Record number.
I tried '[RecordNumber] Mod 2 = 0' in the conditional formatting area and
it doesn't seem to work. I placed '=[RecordNumber]' in an unbound text and
it gave me '#Name?' error. It likes '=[CurrentRecord]' , however, record 0
gives me a value of 0, and the rest of the rows give me a value of 1. Of
course, '=[RecordCount]' gives me the total record count, which is not what I
want.
Any suggestions