Results 1 to 4 of 4
  1. #1
    claven123 is offline Novice
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Posts
    16

    Form/DB design


    I volunteer for a local fire department. We have several committees and several members belong to these 10 committees. So, each member may belong to several of these and one member is the chair. Every so often the chief will adjust these and post a page with the committees listed and under each one the names of the members.

    I have started making a db for the members of the FD and have made the roster and some other forms.

    I would like to know the best way to do the committee in design to get the output required. I would like to be able to click a cmd button and get the output in either word or a report that recreates the committee form that is populated by the main form for the members.

    I can do an export to a template in word etc... and make a report. I would also like to show who is the chair for each committee.

    I hope this makes sense. I have looked at doing it several ways with yes/no also combo boxes and separate tables for the committees etc...

    Thanks,

    Dennis

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    On the microsoft site

    http://office2010.microsoft.com/en-u...24.aspx?av=ZAC

    there is a template for "Meeting Tracker". Maybe it will have something you can use.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    From a tables perspective, I think there would be 3 tables
    1) Member
    with MemberId PK
    MemberName
    MemberAddress
    MemberPhone
    other field specific to Member

    2) Committee
    CommitteeID PK
    CommitteeName
    other fields specific to Committee

    3)CommitteeMember (a junction table)
    Composite key made up of (MemberId + CommitteeId)
    ChairmanId

    In Table 3 ChairmanId would be the MemberID of the person who is Chair.
    However,because you say the membership may change from time to time
    you will have to identify which session of this Committee is being identified.
    That could be something like StartDate-EndDate, or a separate ID.
    This ID would be a separate ID for the junction table - every time there is a new
    "version"/"makeup" for the committee then the Id would get incremented.

    I hope this helps in structuring your database tables.

    Edit: I now realize that ssanfu has answered while I was typing. I agree that if you
    can find an existing model that meets your needs, then go with it.

  4. #4
    claven123 is offline Novice
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Posts
    16
    I'm a bit confused on this. I didn't see what I needed from the link, sorry.

    This might be just a bit too difficult to do. I'll keep looking at this.

    Dennis

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

Similar Threads

  1. Why does my Form do this? Design View
    By yes sir in forum Access
    Replies: 4
    Last Post: 12-02-2010, 10:37 PM
  2. Form design problems
    By rickscr in forum Forms
    Replies: 2
    Last Post: 08-04-2010, 01:15 PM
  3. Form Design/Timesheet Creation
    By DKF in forum Forms
    Replies: 1
    Last Post: 05-28-2010, 07:09 PM
  4. please help me to design this form..
    By saleemMSMS in forum Forms
    Replies: 1
    Last Post: 08-26-2009, 01:54 AM
  5. Design form for restaurant
    By chanlongs in forum Forms
    Replies: 1
    Last Post: 08-20-2009, 07:35 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