All,
I have a radio button, I would like to click and when clicked, I would like for the background color of the field: text1, to change to yellow.
This is on a form that is in Continuous view.
I have the following code associated with the OnClick of the radio button: Me.text1.BackColor = vbYellow, but it changes every record to yellow.
I only want the active record field to be changed to yellow.
How can I accomplish this?
Any help will be really appreciated.
Thanks in advance,
Jerome Benton
JERPAT Web Designs
GOD Is Good All The Time!!!
I have a radio button, I would like to click and when clicked, I would like for the background color of the field: text1, to change to yellow.
This is on a form that is in Continuous view.
I have the following code associated with the OnClick of the radio button: Me.text1.BackColor = vbYellow, but it changes every record to yellow.
I only want the active record field to be changed to yellow.
How can I accomplish this?
Any help will be really appreciated.
Thanks in advance,
Jerome Benton
JERPAT Web Designs
GOD Is Good All The Time!!!