My company has asked me to create a database with all of our items along with a lot of information about each item. The tricky part is that there are 18 different divisions in our company. Some of the item information will be the same no matter what division it's in (like description, size, itemm number, etc.) and some of the item information will be different depending on which division it's in (cost, case pack, etc.). Because there will be reports generated from this, I want to make sure that I start out the right way as far as setting up my tables and building relationships. What's the best way to set up these tables? A separate table for each division or a separate table for each "category" or is there a way to have all of this information in the same table?