yeah, that works good, but I need to iterate through the form objects to select just one of them. i.e. I have a form that has text boxes generated dynamically. So one time I might have three text boxes, one time I might have fifty. I can generate them with the numbers attached to their name. i.e. text1, text2, etc. But what I want to be able to do is when a user clicks on one of the text boxes, have the the textbox background color change.
If they were statically created, this would not be a problem, but since they are dynamically created, this causes a problem.
Hope this made sense. Tazzmann