Results 1 to 2 of 2

Thread: Text box

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    19

    Text box

    Please help.

    I would like to use or display a text box value from one form to another form.

    I would also like to show this value on a report.

    I understand that I would need to write some code like...

    form! ...blah blah..

    But I dont know how to write this..

    can I use this method in VBA as well

    please heeeeeeeeeeeeeeeeelp
    laa illa Ha Illa la, Muhammed-ur-Rasul Allah

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    Code:
    form1.textbox1.text = form2.textbox1.text
    will change the value if you have a textbox1 in both forms.

    [not on my machine to double-check for accuracy, but I am pretty sure that this is correct.)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width