I'm building a report that will compare a field from one table to a field from another table, and change the font color based on the result of the comparison.
(T = Table, F = Field)
If T1F3 does not equal T2F3 then change T1F3 font color.
Table 1 & Table 2 are from different datasets. The report is a sub-report which receives its parameters on load.
Is there a way to have an event triggered on report load to do this comparison & action?
Thanks,
- Dan