Results 1 to 3 of 3
  1. #1
    jamie is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    2

    check my design

    I am writing up the design for a new database and I was wanting you to check it out to make sure I have it right before I actually created it



    tblNames

    NameID
    firstName
    LastName
    CompanyName

    tblPhone

    phoneID
    HomePhone
    CellPHone
    CompanyPhone
    nameID

    tblAmount

    amountID
    startBalance
    amountPayed
    balance
    nameID

    tblDate

    dateID
    datePayed
    amountID




    Primary keys at the top, foreign keys at the bottom. does this look right to you?

  2. #2
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    Look near perfect design. For perfect normalization define the relationship between tables and than show this design to forum for further assistance

  3. #3
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Not that there's anything wrong with what you have, but here's another idea for tblPhone

    phoneID
    number
    phoneTypeID
    nameID

    This would require another table, tblPhoneType

    phoneTypeID
    phoneType

    EDIT:

    In general, you want to avoid having blanks. So if one person only has a home phone, the other two would be left blank. Also, and perhaps more important, this will allow you to be able to expand the types of phone numbers you have. If you later want to add a "Cell2" or "fax" or whatever else, it can be done on the fly.

    Also, its "paid" not "payed"
    What is the practical relationship between your amount table and paid table? you may be able to combine those.

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

Similar Threads

  1. Check for no value
    By jgelpi16 in forum Programming
    Replies: 12
    Last Post: 07-29-2010, 02:53 PM
  2. To check or Un-Check all Boxes in a form
    By devcon in forum Forms
    Replies: 7
    Last Post: 05-01-2010, 12:03 AM
  3. Un-Check all Boxes
    By cotri in forum Forms
    Replies: 4
    Last Post: 04-30-2010, 12:53 PM
  4. Check box
    By nashr1928 in forum Forms
    Replies: 5
    Last Post: 04-21-2010, 02:37 PM
  5. Check Box Value
    By mulefeathers in forum Programming
    Replies: 4
    Last Post: 10-09-2009, 08:31 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