Paul Hartland (ISHARP)
paul.hartland at isharp.co.uk
Mon Dec 5 04:53:32 CST 2005
To all, I have a continuous form with a check box and a text box with about 100 (currently) lines of data. When a user checks the check box I need the forecolor of the corresponding text box the change to red. I tried this by something like me.TextBox.ForeColor = 255 and when you check the check box every line changes to red. Is there anyway to only change the color of the current record.... Thanks in advance for any help... Paul Hartland