I am setting up a database of vendors for my company. Each vendor needs to be classified as belonging in a certain category and/or subcategory. I also need to make it possible for each vendor to belong in multiple categories as well. For example, Smith Masonry would be listed under the category of Subcontractor, the subcategory of Mason but also may be listed under the category of Block Supplier as well. I need the user to be able to search under any of those categories to come up with this vendor.
Here are my questions about setting this up:
Do I need a field in my Vendors table for each category/subcategory that belongs to the vendor?
Can I make it so that some categories have subcategories but not all?
Can I make it so that you do not have to choose a subcategory even if one is available?
Any help with this is greatly appreciated.
Kimberly
Here are my questions about setting this up:
Do I need a field in my Vendors table for each category/subcategory that belongs to the vendor?
Can I make it so that some categories have subcategories but not all?
Can I make it so that you do not have to choose a subcategory even if one is available?
Any help with this is greatly appreciated.
Kimberly