P
parkerk
I am developing a vendor management database for my company (an industrial
distributor). The database seems like it should be simple, but this all new
and confusing to me (new Access 2003 user.) My goal is to allow employees to
query vendors (about 200) and products (about 200) to determine:
1. Which vendors make a given product,
2. Who is the preferred vendor of a given product
I've started with 2 tables – tblVendor and tblProduct, with a many-to-many
relationship. Do I simply build a third table, tblVendorProduct as a
junction table to allow for the queries that I need?
distributor). The database seems like it should be simple, but this all new
and confusing to me (new Access 2003 user.) My goal is to allow employees to
query vendors (about 200) and products (about 200) to determine:
1. Which vendors make a given product,
2. Who is the preferred vendor of a given product
I've started with 2 tables – tblVendor and tblProduct, with a many-to-many
relationship. Do I simply build a third table, tblVendorProduct as a
junction table to allow for the queries that I need?