In access report, I'm trying to change color of text in specific records based on the true/false value in another record. Works in forms using conditional formatting, but won't seem to work in a report. Here's what works in forms:
IIf([2009 Symposium]=true, forecolor=255 ....this changes the...