H homer_j Guest May 21, 2001 #1 I currently have an option button that I want, when clicked on, to have information passed from one text to another text box. So in essence, I am working with three different controls.
I currently have an option button that I want, when clicked on, to have information passed from one text to another text box. So in essence, I am working with three different controls.
Robert Saye Registered User. Local time Today, 14:14 Joined Jun 19, 2000 Messages 49 May 21, 2001 #2 Hey Homer, Try this create an event procedure on the command buttons click event. Type me.text2 = me.text1 If you want to clear text box 1 then just add after that me.text1 = "". HTH Robert
Hey Homer, Try this create an event procedure on the command buttons click event. Type me.text2 = me.text1 If you want to clear text box 1 then just add after that me.text1 = "". HTH Robert