Results 1 to 4 of 4
  1. #1
    CementCarver's Avatar
    CementCarver is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    231

    Main Form Plus Tabs


    I'm designing a db that will have one main member contact form, but I also require to house additional information ie. memberships that I'd like to have displayed in tabs that the user can select to see this additional info.

    I'm hoping to first allow the user to search for a particular record and then display this in the main form, but I also want the tabbed forms to populate regarding that searched item.

    Does anyone have a sample database that I see use so that I can understand the code requirements behind this main form and it's other tabbed forms?

    CementCarver

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    What is the data structure? Is this additional info from child tables related to the member record? What do you mean by 'main form plus tabs'? Is this a Navigation Form? Or is this a tab control with subforms on the tabs? Proper form/subform arrangement of related data does not require code.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    CementCarver's Avatar
    CementCarver is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    231
    I guess it's my terminology that's confusing. I have a main contacts table which I'm hoping to relate, via a lookup table, to other associated tables, and to be able to display the main contact screen, but if the user wanted to see additional data relating to that contact, then I was considering to have additional tabs to guide them. So, to clarify my answer, it would indeed be a main form with a subform. But I was just not sure how to design such a environment.

    In my case, a contact may be involved with one or many types of activities. For example, a contact may sell automotive parts, or they may sell garden supplies etc. So after searching for a main contact, I was hoping to associate that type of items they may sell.

    CementCarver

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Use form/subform arrangement to display related records. However, if you want to restrict the products that can be selected for a contact when creating new child record, need code to limit the RowSource of a combobox that lists products.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 2
    Last Post: 11-13-2012, 02:11 PM
  2. Replies: 3
    Last Post: 11-21-2011, 07:50 AM
  3. 1 Form used to open Multiple Tabs
    By joefonseca79 in forum Forms
    Replies: 3
    Last Post: 03-08-2011, 09:42 PM
  4. Form tabs
    By Tareq_1993 in forum Forms
    Replies: 1
    Last Post: 11-28-2009, 01:23 PM
  5. Printing all tabs on one form
    By sshafer1 in forum Access
    Replies: 0
    Last Post: 12-06-2007, 07:47 PM

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