G
Guest
I'm trying to copy a value to one of many textboxs on a form. I have a Form_keypress event but the code cannot figure out what control I want to deal with. I don't want to write the event at the control level since of have over 100 textboxes on the form that need to access this function. How can I write the code once and have it work for any control?