Could anyone please tell me how my program could identify the control that is clicked? In other words, lets say I have 20 controls on the form(no arrays, all different control types). And in the click event for any given control, I want to be able to call a function and pass to that function the name of the control that was clicked. How would I code that? Thanks in advance. Ron E.