transfer data from one text box in a form to another

  • Thread starter Thread starter vss85
  • Start date Start date
V

vss85

how do i transfer data from one text box located on a form to another text
box located on a sub-form on the main form. complicated i know.

what vba code do i use.

any solutions

thank you
 
you need to specify if you want to make the operation after which event in
subform.
then you need to put something like this:

[textboxinsubform] = Forms!FormName![texboxinform].text


LD
 

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

Back
Top