I don't know that this can be done, but I want to do the following:
I want to color code my report according to the data in it.
Basically, I am combining two reports into one table and comparing them. I have a field in my table called differences. It contains the color code that I want the record coded to. I want to produce the report and according to the value in differences, I want to set the background color of the other fields in that record to that value.
For example:
Record# Field1 Field2 Field3 Differences
1 R1F1 R1F2 R1F3 10092543 (Light Yellow)
2 R2F1 R2F2 R2F3 12632256 (Grey)
I want the fields in the report for record 1 to have a background color of Light Yellow. I want the fields in the report for record 2 to have a background color of Grey.
Does anyone know if this is possible and how to go about it?
Thanks in advance. Thank you for your help.
Tammy
I want to color code my report according to the data in it.
Basically, I am combining two reports into one table and comparing them. I have a field in my table called differences. It contains the color code that I want the record coded to. I want to produce the report and according to the value in differences, I want to set the background color of the other fields in that record to that value.
For example:
Record# Field1 Field2 Field3 Differences
1 R1F1 R1F2 R1F3 10092543 (Light Yellow)
2 R2F1 R2F2 R2F3 12632256 (Grey)
I want the fields in the report for record 1 to have a background color of Light Yellow. I want the fields in the report for record 2 to have a background color of Grey.
Does anyone know if this is possible and how to go about it?
Thanks in advance. Thank you for your help.
Tammy