I created the report and put the code in the Detail Format event. It only works in print preview.
How can i get it to work in layout view?
Code I used:
Me.T1.BackColor = RGB(Left([T1], InStr(1, [T1], ",") - 1), Mid([T1], InStr(1, [T1], ",") + 1, InStrRev([T1], ",") _
- (InStr(1, [T1], ",")...