Cut and Paste

J

Jone

What code do write when I want to cut form a text box on my form and paste it
in a subform on my form ?
 
K

Klatuu

Since I don't know how your form works, I can't say where to put the code,
maybe in the Click event of a command button to do this:

Me.SubformControlName.Form.SomeControl = Me.MyTextBox

Note that SubformControlName is the name of the subform control on your
form, NOT the name of the form being used as the subform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top