Results 1 to 4 of 4
  1. #1
    aparnawangu is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jul 2015
    Posts
    40

    Help in designing tables

    Hi Friends,
    I am designing a database structure for my organisation.Its a small Org providing daycare facilities to different age groups of children.
    there are 3 main tables called components,Plan and program.
    Component table contains App fees,admission fees etc and the values of that components.
    Plan will be related to different corporates like IBM,ACC etc.
    Program will be Infant,Toddler,Junior KG etc.


    I have to link these tablles in such a manner that component will get linked to plan and plan get linked to program.
    Pls help me out with the relations and table design.I am attaching the database for the reference.

    Thanks in advance.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    (The db did not attach) but,
    Don't bother relating minor tables like... Zip code table feeds into an address. This is just a lookup table that holds choices.
    DO relate parent -child tables....where
    Client table tClient: Joe smith, 123
    has literally 2 children in the tInfant table, InfantID

    ClientID, InfantID, name
    123, 1, billy
    123, 2, sally

    you want this relationship to be 1 to many, with enforce ref entegrity.
    so the db won't allow to delete a parent, if children exist.

  3. #3
    aparnawangu is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jul 2015
    Posts
    40
    I am attaching the screen shot of DB for the reference.Pls guide on table structure and relationships.
    Attached Files Attached Files

  4. #4
    larrywang is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2015
    Posts
    9

    Kindly attach .accdb

    Boss, if you do not mind could you please attach the . accdb format without records. I've seen your attachment on Relationship report however I'd like to see the relationships. Thank you. You may screen capture or simply share the access format without compromising customer information.

    Thank you.


    Quote Originally Posted by aparnawangu View Post
    I am attaching the screen shot of DB for the reference.Pls guide on table structure and relationships.

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

Similar Threads

  1. Pls help in designing tables
    By aparnawangu in forum Database Design
    Replies: 1
    Last Post: 07-08-2015, 04:54 AM
  2. Help with designing tables for new kindergarten db
    By StarFish in forum Database Design
    Replies: 6
    Last Post: 12-31-2014, 04:20 AM
  3. Designing the tables and relations
    By Enzym in forum Database Design
    Replies: 5
    Last Post: 12-29-2014, 08:54 AM
  4. Help with Designing Tables
    By lspelman in forum Database Design
    Replies: 3
    Last Post: 05-07-2011, 01:48 PM
  5. Help Designing Tables
    By sakthivels in forum Database Design
    Replies: 7
    Last Post: 06-09-2009, 07:48 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