Hello All,
I could really use some help/direction in how to proceed with designing a table for an inventory database I want to setup. I am not understanding how to setup a "category" table properly. I want the category table to contain a category id # (autonumber) and a list of categories (i.e., basketballs, backpacks, water bottles, etc.). However, I want this table to cascade so that when the autonumber is expanded it will show all of the product items listed in the product table beneath the assigned category. The items in the product table are identified by a text product id code but need to be able to tie back to the category list.
Is this even doable? I am so lost....could someone please just help me get started?
Thank you
I could really use some help/direction in how to proceed with designing a table for an inventory database I want to setup. I am not understanding how to setup a "category" table properly. I want the category table to contain a category id # (autonumber) and a list of categories (i.e., basketballs, backpacks, water bottles, etc.). However, I want this table to cascade so that when the autonumber is expanded it will show all of the product items listed in the product table beneath the assigned category. The items in the product table are identified by a text product id code but need to be able to tie back to the category list.
Is this even doable? I am so lost....could someone please just help me get started?
Thank you