Results 1 to 10 of 10
  1. #1
    jaspervdh is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    7

    search information in another Form


    Hello,

    I have made an film with what i want:



    The video is made with powerpoint and screenshots, so it's not working in the real database.

    Ps i'm dutch that's why all the words in the film are in dutch.

  2. #2
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    I'm not sure that I have understood this! It looks like : on click event of the form you want to populate the first form with the value in the row they selected.

  3. #3
    jaspervdh is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    7
    I think that's a good explanation

  4. #4
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Is this solved then?

  5. #5
    jaspervdh is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    7
    No, on the film it are screenshots and paste in powerpoint and that is filmed.

  6. #6
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    What in post#2 are you unable to do?

  7. #7
    jaspervdh is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    7
    No, I don't know how i have to do it.

  8. #8
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    In the "OnClick" event of the second form, choose Event Procedure and add this code (change "form1" to the name of your first form, change "Text4" to the name of the control on the first form, change "Field2" to the name of the field on the second form):

    Code:
    Private Sub Form_Click()
    Forms!form1!Text4 = Me!Field2
    DoCmd.Close
    End Sub

  9. #9
    jaspervdh is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    7
    Aytee111

    You're the hero of the day! Thanks!

  10. #10
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    You're welcome.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 10
    Last Post: 09-08-2016, 08:09 PM
  2. Replies: 8
    Last Post: 09-02-2015, 03:00 PM
  3. Replies: 5
    Last Post: 07-27-2014, 11:04 PM
  4. Replies: 3
    Last Post: 05-02-2014, 09:27 AM
  5. Replies: 1
    Last Post: 04-20-2012, 03:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums