M
Mobbbx
I am trying to create a pricing database. So far, i have 3 tables.
Vendor Table
VendorID
Name
Address
Item Table
Item#
Description
Price Table
PriceID
Item#
VendorID
Price
Date Entered
Each vendor can sell many items and prices change over time. One item can be
sold by different vendors under different prices. i think the table design is
incorrect, but i do not know how to solve it. Any help is greatly appreciated.
Vendor Table
VendorID
Name
Address
Item Table
Item#
Description
Price Table
PriceID
Item#
VendorID
Price
Date Entered
Each vendor can sell many items and prices change over time. One item can be
sold by different vendors under different prices. i think the table design is
incorrect, but i do not know how to solve it. Any help is greatly appreciated.