Results 1 to 4 of 4
  1. #1
    racheliza79 is offline Novice
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    7

    Student Access user, need help creating a table

    Hello!



    I am new to Access, but I have a good understanding of how to use it and the terminology with creating databases.

    For my class, I have a list of entities and their attributes. I have to create a table for each entity. No problem! I have completed this...almost.

    The ONE table I am having trouble with is as follows....


    VENDORS

    Vendor ID
    Name
    Order address
    Street
    City
    State
    Zip
    Order Contact
    Order Phone Number
    Order Fax Number
    Billing Address
    Street
    City
    State
    Zip
    Billing Contact
    Billing Phone Number
    Billing Fax Number


    So, when I am creating this "Vendors" table, I'm not sure how handle the fact that there are two addresses. My professor says that the street, city, state, and zip for both of these addresses should be in their own filed (column). But we can't have duplicate attributes in one table. How do I accomplish this?

    Thank you!!
    Rachel

  2. #2
    racheliza79 is offline Novice
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    7
    ***field****

  3. #3
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    use your own naming conventions. it's that simple. like:
    Code:
    address_b
    city_b
    state_b
    zip_b

    address_s
    city_s
    state_s
    zip_s 
    hence, an identifier tagged at the end of fields to identify "shipping" or "billing" . these are not common conventions but that doesn't matter. make sure you know what you're doing, thats all you need. the users won't care anyway

  4. #4
    racheliza79 is offline Novice
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    7
    I had a feeling it was that simple! Thanks!!

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

Similar Threads

  1. New access user -- help in creating a sub system
    By fidget_sane in forum Access
    Replies: 20
    Last Post: 04-22-2010, 11:46 AM
  2. Student warning system
    By spqr in forum Database Design
    Replies: 1
    Last Post: 03-17-2010, 10:45 AM
  3. Creating a Clean User Application
    By sesproul in forum Forms
    Replies: 1
    Last Post: 03-05-2010, 06:32 PM
  4. Creating User friendly Search Forms
    By BernardKane in forum Forms
    Replies: 7
    Last Post: 01-29-2010, 11:28 AM
  5. Access 2003 - Creating Buttons from a Table
    By Speedy in forum Programming
    Replies: 2
    Last Post: 02-28-2009, 05:32 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