Hi all,
I am starting a project. Two main tables to start, Vendors, and Items. One to many relationship. I want to have vendor notes, and item notes, also one to many.
Should I create a Notes table, and link both Vendors and Items to it, or two notes tables, like VendorNotes and ItemNotes?
There are about 100 vendors, not likely to grow much, and about 2500 items altogether, also not growing fast.
Rick
I am starting a project. Two main tables to start, Vendors, and Items. One to many relationship. I want to have vendor notes, and item notes, also one to many.
Should I create a Notes table, and link both Vendors and Items to it, or two notes tables, like VendorNotes and ItemNotes?
There are about 100 vendors, not likely to grow much, and about 2500 items altogether, also not growing fast.
Rick