KabirPatel
Registered User.
- Local time
- Today, 22:42
- Joined
- Nov 16, 2006
- Messages
- 38
Hi,
I have a continuous form that is bound to a table. Each record in this form consists of text boxes.
I have added a button named "Select Me!" to the end of each row. When the user presses the button I would like the selected row to be highlighted.
I added the following code in the click event of the button:
Me.Detail.BackColor = 255 'red
However, upon pressing the button all of the rows turn red. Is there any way around this?
Cheers,
Kabir
I have a continuous form that is bound to a table. Each record in this form consists of text boxes.
I have added a button named "Select Me!" to the end of each row. When the user presses the button I would like the selected row to be highlighted.
I added the following code in the click event of the button:
Me.Detail.BackColor = 255 'red
However, upon pressing the button all of the rows turn red. Is there any way around this?
Cheers,
Kabir