B
Boze
I'm not sure where to put a couple fields in my database. The database is
for info on our company items. I have 3 tables
tblItems
itemID
itemPartNumber (this is a # we give our products, not the same as the vendor
part #)
itemDescription
itemListPrice
tblVend
vendID
vendName
vendAddress
vendPhone
tblItemVend
itemID
vendID
my question.. since we give our items our own Part Number and the vendor has
THEIR part number in which table should I put
vendPartNum
vendPrice
it's specific to both the item and the vendor
If it matters.. I've got a form with tblItem info on the main form and
tblVend info on a subform.
Thanks in advance for the help
Boze
for info on our company items. I have 3 tables
tblItems
itemID
itemPartNumber (this is a # we give our products, not the same as the vendor
part #)
itemDescription
itemListPrice
tblVend
vendID
vendName
vendAddress
vendPhone
tblItemVend
itemID
vendID
my question.. since we give our items our own Part Number and the vendor has
THEIR part number in which table should I put
vendPartNum
vendPrice
it's specific to both the item and the vendor
If it matters.. I've got a form with tblItem info on the main form and
tblVend info on a subform.
Thanks in advance for the help
Boze