Results 1 to 2 of 2
  1. #1
    johnnyb is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2013
    Posts
    1

    need help creating database

    So I need some help creating a database. I am creating a database to store memberships groups and when a user ask for access to a specific group there is only one person that can approve the access for that membership. So right now we use a list on paper to see which membership is approve by which person but I would like to have it all on computer. I was thinking of the design and made one table for the memberships and one table for the approvers but I am unable to figure out how that is going to work.

    I want the user to either use a drop down list and select the membership or type it in by hand and execute a search and then the approvers of that memberships will be listed. I am not sure is that makes sense but what would be the correct way of doing this?

  2. #2
    Siiig is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jan 2013
    Posts
    30
    You're certainly on the right track. I would probably make a single table, with the key field being the Memberships. That way you can run a query based on the specific membership (or even a Form that looks at this table) and it can output each member name.

    Example:

    Membership Approve1 Approve2 Approve3
    Access Steve Randy
    Forms Paul Steve James

    Your form would look at the Membership "Access" and pull up the information that goes along with it.

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

Similar Threads

  1. Creating a database
    By WayneSteenkamp in forum Access
    Replies: 7
    Last Post: 02-28-2012, 07:13 AM
  2. Creating new database.
    By rjurke in forum Database Design
    Replies: 5
    Last Post: 09-28-2011, 04:55 PM
  3. Creating new database
    By rjurke in forum Access
    Replies: 10
    Last Post: 09-23-2011, 04:59 AM
  4. Creating First Database
    By marrone12 in forum Database Design
    Replies: 1
    Last Post: 09-08-2011, 05:02 PM
  5. Creating database
    By ramzyamal in forum Database Design
    Replies: 1
    Last Post: 05-07-2007, 08:53 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