Hey all,
I'm trying to change the forecolor of control A on a subform based on the value of another control B on the same subform. The subform displays as a datasheet.
Here's what I've got in control A's conditional formatting box:
[Control B]>=(Format([Date],"ww",0,0))
Control B contains a week number 01-52, so I want it to compare that value to the current week and change the text colour to blue if it equals this week or later.
I'm trying to change the forecolor of control A on a subform based on the value of another control B on the same subform. The subform displays as a datasheet.
Here's what I've got in control A's conditional formatting box:
[Control B]>=(Format([Date],"ww",0,0))
Control B contains a week number 01-52, so I want it to compare that value to the current week and change the text colour to blue if it equals this week or later.