Results 1 to 3 of 3
  1. #1
    hannahskellam is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2013
    Posts
    2

    Simple Relational Database - Please Help!

    Hi,



    I am an ICT teacher wanting to teach realtional databases to pupils. I don't want more than 3 tables in my database and I want a topic that they can relate to but not get side-tracked by!

    I am thinking about doing a dog walking/grooming service.

    I have my customer table and my dog table. What fields should I put in my service table? If I want to include prices does it mean I will need a 4th table? OR should I have no services table and a prices table instead that calculates the fee based on the minutes a dog is walked?

    Thank you x

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    If you want only 3 tables, the essential ones as I see it are:

    Dogs - the owners are info associated with dog, a separate table not critical but if an owner can be associated with more than one dog, then an owner table should be used so the Dog table will not repeat all the owner details (names, address) with each associated Dog record.

    Owners - see previous note

    Services - reference source for services, if there are only 2 services (walking, grooming) and only 1 price for each, then this table could be eliminated, unless you want pricing for various grooming activities (wash, hair cut, nail trim) and walking times (15 min, 30 min, 60 min)

    DogsServices - transactions of services rendered
    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
    hannahskellam is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2013
    Posts
    2
    Thank you so much! x

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

Similar Threads

  1. Few relational database questions
    By rik1254 in forum Access
    Replies: 10
    Last Post: 12-13-2012, 01:13 PM
  2. Replies: 7
    Last Post: 11-02-2012, 08:31 AM
  3. Setting up relational database
    By aceoftrades in forum Access
    Replies: 1
    Last Post: 02-22-2012, 08:42 AM
  4. Relational Database Design Questions
    By mribnik in forum Database Design
    Replies: 40
    Last Post: 08-09-2011, 02:57 PM
  5. Relational Database/query help
    By Champin4 in forum Queries
    Replies: 7
    Last Post: 07-14-2010, 08:49 PM

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