Results 1 to 5 of 5
  1. #1
    taylor58285 is offline Novice
    Windows 10 Access 2007
    Join Date
    Sep 2017
    Posts
    3

    I need to creat a table of Contents (TOC) in Access 2007


    I have a Access 2007 file of a club's membership this app produces a page for each member with their particulars and a photo. I wish to create an additional page as a Interactive Table of Contents The "Name/Last/First/MI" field has been indexed. Where do I go next?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    you make a continuous form of records, frmMemList
    user selects record, click DETAIL button on form header
    this opens the detail single record form via:

    docmd.openForm "frmMemberDetail" ,,,"[id]=" & txtID


    frmMemList can also have filters to filter on Last name letter, or name.
    or
    a client index list inside the single record detail: see photo
    Click image for larger version. 

Name:	client list index.png 
Views:	15 
Size:	21.7 KB 
ID:	30526

  3. #3
    taylor58285 is offline Novice
    Windows 10 Access 2007
    Join Date
    Sep 2017
    Posts
    3
    Thanks ranman256 !
    The sample photo is nearly what I am looking for, I am a true novice using ACCESS. What are some of the detailed steps to achieve this result?

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549

    client sample db

    the list displays all records, then filters the 1 record selected in the list
    various filters on the list to pick via queries.ClientSample.mdbClientSample.mdb (cbo box, or Alpha filter)

  5. #5
    taylor58285 is offline Novice
    Windows 10 Access 2007
    Join Date
    Sep 2017
    Posts
    3

    Need to create a Table of contents (TOC) in access 2007

    ranman256 Thanks for the reply.

    I like the display you provided. My Access file has the name field indexed how do I proceed to get a result similar to your sample?

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

Similar Threads

  1. Replies: 2
    Last Post: 08-25-2016, 12:55 PM
  2. Can't creat pivot table
    By jmhultin in forum Access
    Replies: 3
    Last Post: 03-11-2013, 03:08 PM
  3. Replies: 5
    Last Post: 04-18-2012, 12:04 PM
  4. Replies: 3
    Last Post: 05-19-2011, 10:20 AM
  5. Cannot sort on column contents (Access 2007)
    By jameshurrell in forum Access
    Replies: 6
    Last Post: 03-15-2011, 10:57 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