Hi
I am using Crystal 9.0 accessing an MS Access 2002 database.
I have 2 groups Group A is HCN and Group B is AdmitDate. I had to add AdmitDate so I could create a "maximum" diagnosis in Group B to reference in a formula for Group A.
Anyway, if I only had one group I would use the code of:
if groupnumber mod 2 = 0 then crNoColor else Color (201,201,201)
to get alternating grey lines but it doesn't work when there is an additional Group. Is there any way around this?
Thanks.
I am using Crystal 9.0 accessing an MS Access 2002 database.
I have 2 groups Group A is HCN and Group B is AdmitDate. I had to add AdmitDate so I could create a "maximum" diagnosis in Group B to reference in a formula for Group A.
Anyway, if I only had one group I would use the code of:
if groupnumber mod 2 = 0 then crNoColor else Color (201,201,201)
to get alternating grey lines but it doesn't work when there is an additional Group. Is there any way around this?
Thanks.