Results 1 to 3 of 3
  1. #1
    geocan2006 is offline Advanced Beginner
    Windows 10 Access 2010 32bit
    Join Date
    May 2016
    Posts
    34

    Dynamic link between 2 forms

    I have 2 forms open 1st for data entry 2nd for data search, the data search is linked to data entry form in Control Source, however only the On Click event gets the data form data entry, what is the solution to do it as I type, On Change dont do it.



    VB running

    Private Sub search_Click()
    DoCmd.Requery "search subform"
    End Sub

    A template would be nice

    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    the 2 forms should be looking at the same data. 1 to enter, 1 to search on the same table.
    the search should just open a query with the item(s) filled in,
    or
    the search should show all records (continuous form) then filter on the item in the search box.

  3. #3
    geocan2006 is offline Advanced Beginner
    Windows 10 Access 2010 32bit
    Join Date
    May 2016
    Posts
    34
    Both forms looks to the same data (Table)
    The search form is a sub-form
    Thanks

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

Similar Threads

  1. Dynamic features of Forms
    By tom_ysa in forum Forms
    Replies: 1
    Last Post: 04-08-2019, 12:58 PM
  2. Creating a dynamic link to a Business Objects report
    By Remster in forum Import/Export Data
    Replies: 1
    Last Post: 11-23-2018, 03:53 PM
  3. Dynamic forms
    By Dansbo in forum Forms
    Replies: 2
    Last Post: 12-21-2015, 10:25 AM
  4. Dynamic Filtering on Forms
    By tonygg in forum Forms
    Replies: 3
    Last Post: 11-11-2015, 02:56 PM
  5. dynamic forms
    By ultraplus in forum Access
    Replies: 1
    Last Post: 01-03-2013, 07:43 AM

Tags for this Thread

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