In the Form View of a Continuous Form, is there any way to change the ForeColor and/or BackColor depending on the control's value? This is easily done when the Form is set as a Single Form.
Eg.
If Control1.Value = 12 Then
Control1.ForeColor = 255
End If
This syntax works well in a Single Form view, but it changes all of the Control1's in a Continuous view.
You can achive this objective using VB and I was just wondering if you could with VBA.
Any Suggestions would be appreciated.
Thanks
Pat
Eg.
If Control1.Value = 12 Then
Control1.ForeColor = 255
End If
This syntax works well in a Single Form view, but it changes all of the Control1's in a Continuous view.
You can achive this objective using VB and I was just wondering if you could with VBA.
Any Suggestions would be appreciated.
Thanks
Pat