Alternating shaded lines
Posted: Tue May 12, 2009 1:25 pm
Hi Kathleen - been a while!____I^d like to revisit the old topic of alternating shaded lines... many moons ago you posted this on the topic:____"You need to create two identical band lines.____On one of them add a box and set its color to yellow. ____Then create a calculated field with the expression:____MOD(RECNO(),2)=0 ____The select each of these line. For the first set the calc field as the logical field to control printing and print when true.____For the second line do the same but using print when false. ____This should give you alternate shaded bands."______Well, mostly that works, but I^ve hit one where it doesn^t. I think the problem is that I^m sorting the master table, thus the records don^t print out in their natural order.____Is there another way to do this that doesn^t rely on the incrementing record number? We^re on version 11.____Thanks!____Miken__