Results 1 to 3 of 3

Thread: Easy Access database question

  1. #1
    Member saladbarkid's Avatar
    Join Date
    Jun 2001
    Location
    Right behind you...
    Posts
    181

    Easy Access database question

    How can I take a value from one textbox on a form and copy it to another textbox on another form?

  2. #2
    Member
    Join Date
    Apr 2000
    Location
    Bradford, IL, USA
    Posts
    181
    Forms!frmForm2.txtTextbox2 = Forms!frmForm1.txtTextbox1

  3. #3
    Member saladbarkid's Avatar
    Join Date
    Jun 2001
    Location
    Right behind you...
    Posts
    181
    Thanks!

Posting Permissions

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