sparky2708
Programmer
I was thinking of a clever way of doing this but can't seem to cme up with a way. So suppose you have a crosstab in Crystal Reports and you want some field in that crosstab that is running down the page to alternate in color. Say you want every other row to have some color like green. How would you do this if the database has no number you can use to tell you what color something should be? I tried mod but I can figure out how to count to see which row I am on. Maybe attach the SQL count aggregation operator... Any ideas? This is not ADO - just a regular query - nothing fancy.