Till now i have done the following work:
Table1: Category
Table2: SubCategory
Table3: Item
Category has CategoryID, Category
SubCategory has SubCategoryID, SubCategory, CategoryID
Item has ItemID, SubCategoryID, ItemName, ItemPrice
Relationships are also done.
I have designed a form for...