Results 1 to 2 of 2
  1. #1
    ayaznoor is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    1

    table design

    hi everybody, ok so im new here, and new to access as well. im working on an academic project, in which i have to build a database for Video shop that deals in CDs.




    This is the basic guideline of the project:

    Create a database of a CD shop which contains CDs’ like


    Drama
    Music
    Movies
    CD shop has a membership program. A customer can become a member after paying a registration fee of one time $20.A member will be given a unique ID with a special privilege of


    10% discount on purchasing 2 CDs’
    15% discount on purchasing 3 CDs’
    And 20% discount on more than 3 CD purchase.


    Non members have to pay the full amount. Every detail is being recorded in the database.
    also note, i have to put in fields for movie category, director and release date, to answer the queries required to make.


    any idea how should i go about it?


    any help will be appreciated. thanks

  2. #2
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    A CD shop
    selling zero, one or many CD's
    belonging to different CATEGORIES
    to MEMBERS and NON-MEMBERS
    CUSTOMERS.
    MEMBER CUSTOMERS offered discounts.
    NON-MEMBER CUSTOMERS offered no discounts.

    To start off, till someone comes along, just a few thoughts at a basic level:

    Tables :
    tblCD;
    tblCDInventory; (To keep track of the same CD being purchased in different lots with perhaps different prices)
    tblCDPrice; (Assuming the same CD might have different Prices over a period of time - perhaps could be incorporated in tblCDInventory)

    tblCategories;

    tblCustomers;
    tblCustomerTypes;

    tblOrders;
    tblOrderDetails;


    perhaps,

    tblDiscounts

    Need to think, how deep the project needs to be?

    Thanks

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

Similar Threads

  1. Replies: 8
    Last Post: 03-24-2012, 11:03 AM
  2. table design
    By slimjen in forum Access
    Replies: 5
    Last Post: 09-25-2011, 05:44 PM
  3. Table design
    By eacollie in forum Database Design
    Replies: 5
    Last Post: 06-21-2011, 03:33 PM
  4. Need some help on table design
    By stryk9 in forum Database Design
    Replies: 1
    Last Post: 03-07-2011, 06:35 AM
  5. table design: one big table vs. multiple small tables
    By lstairs in forum Database Design
    Replies: 3
    Last Post: 12-31-2009, 08:46 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