B
Boze
I'm trying to setup a database of our company items. Some items have more
than one vendor. I'm not sure how to link more than one vendor to an item
I have:
tblItem
ItemID (pk)
ItemPartNum
ItemDescrip
VendID (foreign key)
etc
tblVend
VendID (pk)
VendName
VendPhone
etc
I've seen this before with phone numbers where you can put TYPE of phone in
the table (cell, office, home, etc) but in this case all the Vendors have
the same status. We sometimes have 2 or more vendors we buy from and
combine to make ONE of our items.
I've been told to make a subform of Vendors in the master form of Items and
set the subform to continous but I don't know how to SELECT the Vendors.
Any help would be appreciated
Boze
than one vendor. I'm not sure how to link more than one vendor to an item
I have:
tblItem
ItemID (pk)
ItemPartNum
ItemDescrip
VendID (foreign key)
etc
tblVend
VendID (pk)
VendName
VendPhone
etc
I've seen this before with phone numbers where you can put TYPE of phone in
the table (cell, office, home, etc) but in this case all the Vendors have
the same status. We sometimes have 2 or more vendors we buy from and
combine to make ONE of our items.
I've been told to make a subform of Vendors in the master form of Items and
set the subform to continous but I don't know how to SELECT the Vendors.
Any help would be appreciated
Boze