Results 1 to 5 of 5
  1. #1
    butterbescotch is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    4

    Club Member Database

    It would really mean a lot of your help. This is just a simple database, however, I really forgot how to build one.


    The image says it all


  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,953
    A: Avoid spaces and special characters/punctuation (underscore is exception); some like to use a prefix for object names (tbl, qry, frm, rpt).

    B: Will each record in ActivitiesDetails always have both ActivitiesID and MovieID?

    C: Why does this matter? What happens when the sequence exceeds 9999? There is no reason for users to even be aware of autonumber primary key.
    http://blogs.office.com/b/microsoft-...er-than-1.aspx

    D: You can use lookups in table but most developers don't favor table lookups. If there will be multiple users of this db really should use forms to interface with data instead of working directly with tables.

    E: Use input mask - Access Help has guidelines.
    Last edited by June7; 04-03-2013 at 11:09 AM.
    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
    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,737
    You seem to have all the info you need.
    If it is a refresher tutorial that works from business facts to normalized database, then work through this tutorial
    http://www.rogersaccesslibrary.com/T...lationship.zip

  4. #4
    butterbescotch is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    4
    @June7

    A. Will keep note for that.
    B. Ideally, yes. For instance, if we have an Weekly Film Viewing Activity, I basically want to know what films was shown (MovieID) and I also want to know the attendance of the members (ActivitiesID) Or should the ActivitiesID be replaced by the MembersID, but that would make new record for every member in one activity. So if the activity has an attendance of 10 people, I will have to make another record of 10. Am I correct?
    C. Okay, maybe I'm being too hysterical, but it would be nice to start it with a four digit. No particular reason.
    D. Can forms generate something that is not in the table itself?
    E. Input Mask. Great!

    @orange
    Thanks for the link mate! Appreciate it :]

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,953
    D. Not sure what you mean. When I said not to use lookups in tables, this meant don't set up fields in table as a combobox with RowSource. Do this on forms.
    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. Member Check in and out
    By BrianF in forum Programming
    Replies: 1
    Last Post: 02-28-2013, 06:37 PM
  2. Designing Database to help family member
    By dualvba in forum Database Design
    Replies: 2
    Last Post: 04-19-2012, 06:09 AM
  3. Tennis Club Database
    By ecenaz90 in forum Database Design
    Replies: 2
    Last Post: 04-19-2011, 03:50 PM
  4. automatically update club members age group
    By sirnickettynox in forum Programming
    Replies: 4
    Last Post: 04-06-2011, 06:52 AM
  5. Need help designing a database for a club
    By tsuchong in forum Database Design
    Replies: 5
    Last Post: 01-31-2011, 12:39 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