Results 1 to 2 of 2
  1. #1
    SuperCoog is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2016
    Posts
    1

    Vendor Contact List

    Hello all,

    I am a new user of Access, and am not well versed in it just yet, so bear with me. I have experience with Excel however.

    I work in an estimating department for a construction company, and we frequently will go to vendors to get pricing on products. We have a large list of companies and our preferred contacts, their industry specialty, etc. What I want to attempt to do is create a list where I can filter very easily by all of the different criteria of the vendor (location, item(s), name, etc.)



    My main objective is to be able to input a few variables, such as item and location. Keep in mind some vendors will provide item a, b, and c, while others may only provide a. Frequently we need to use local suppliers, so I am aiming for a way to just input a few things and have a filtered list that meets my criteria.

    Any help would be greatly appreciated.

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    sounds like you need a minimum of 3 tables to create what is called a many to many relationship

    tblVendors
    VendorPK autonumber
    VendorName text
    Location text?
    ...
    ...

    tblProducts
    ProductPK autonumber
    ProductName text
    ...
    ...

    and to join them together

    tblSuppliedBy
    SuppliedPK autonumber
    ProductFK long (links to tblProducts)
    VendorFK long (links to tblVendors)

    You may want additional fields in this table - such as price, lead time etc

    you may require additional tables (for example vendors may have multiple sites, multiple contact details etc). You know your business, if one of your suppliers is a national chain, can prices vary from branch to branch?

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

Similar Threads

  1. Contact List Database
    By kenjec in forum Sample Databases
    Replies: 1
    Last Post: 09-16-2015, 03:50 AM
  2. Replies: 2
    Last Post: 06-01-2015, 09:51 AM
  3. Replies: 7
    Last Post: 12-07-2012, 05:35 PM
  4. Replies: 1
    Last Post: 02-21-2012, 09:09 AM
  5. Contact list in Sharepoint 2010
    By atari in forum SharePoint
    Replies: 1
    Last Post: 10-28-2011, 04:12 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