Okay here is my silly little issue, my boss decided to add sub categories, just when I get the database set-up.
Table 1
Category
Category_ID
Category_Name
Table 2
Sub_Category
SUb_Category_Name
Table 3
Contacts
Company
Contact
Adress
Ect Ect
I would like to be able to have each contact grouped by category, then sub category..but I am not sure how to get the relationship to work.
Table 1
Category
Category_ID
Category_Name
Table 2
Sub_Category
SUb_Category_Name
Table 3
Contacts
Company
Contact
Adress
Ect Ect
I would like to be able to have each contact grouped by category, then sub category..but I am not sure how to get the relationship to work.