Results 1 to 2 of 2
  1. #1
    nicko14 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Mar 2015
    Posts
    2

    Navigation Form - Multiple Forms - 1 Prompt Filter

    Hello,



    I want to create a navigation form that has multiple forms from multiple tables that are all filtered by the same ID that are related.

    When I open the navigation form, I want it to prompt me for the ID #. Then from there I'm hoping all the forms will display only that ID's information and related data.

    Is this possible? I'm not too good with VBA, I'm assuming the answer lies within setting an event procedure on the "on Open". Can anyone help?

    Thanks,

    Nick

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    Typically you set up a Main form, bound to the core table - and have those fields.

    You create each of the eventual sub forms as stand alone forms.

    Then you return to the Main form and insert the other forms as sub forms. During the insert the wizard will ask for the cross referencing ID field, unless you already set up the joins in table relationships.

    In the main form one can either rely on the forward/backward navigation buttons in the frame of the form or set up a combobox to select a record.

    Note that the main form must be single form - not continuous - as you can not have sub forms in a continuous form.

    The term 'navigation form' typically refers to a form that holds buttons to open other forms and itself doesn't display any data....

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

Similar Threads

  1. Replies: 12
    Last Post: 08-06-2014, 03:10 PM
  2. Multiple Sub Forms with Query Filter
    By Gabriel2012 in forum Forms
    Replies: 1
    Last Post: 02-04-2013, 05:34 PM
  3. Forms Navigation Bar on every form
    By dhogan444 in forum Forms
    Replies: 2
    Last Post: 12-03-2012, 06:19 PM
  4. Replies: 5
    Last Post: 04-19-2012, 10:13 AM
  5. Filter Multiple Forms from one option box
    By chaos_05 in forum Forms
    Replies: 1
    Last Post: 12-02-2011, 10:39 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