In an Access 2010 form, I want to trigger a change of the text color of a label, when it's corresponding checkbox is selected (Simply checking the box is not enough for these users)
I've found a reference to doing this by changing the label to a text box, and setting it's control source to to a text string. I've tried setting the control source ="Label Text" but this is not working. Any help is greatly appreciated.