G Guest Nov 10, 2006 #1 i would like to see different color for a field with odd number and even number in report. How do I do it?
i would like to see different color for a field with odd number and even number in report. How do I do it?
D Duane Hookom Nov 10, 2006 #2 You can add a text box to the detail section: Name: txtCount Control Source: =1 Running Sum: Over All Visible: No Then use conditional with an Expression like: [txtCount] Mod 2 = 1
You can add a text box to the detail section: Name: txtCount Control Source: =1 Running Sum: Over All Visible: No Then use conditional with an Expression like: [txtCount] Mod 2 = 1