S
Scott A
What do I do with this type of relationship in Access? I
can't figure out how to set up the tables!
I have a table of categories, and have included records
for all categories, including sub-categories. (they're all
categories, right?)
My categories table has the following structure:
CategoryID (PK)
CategoryCode
CategoryDescription
CategoryType (numeric values for master and subcategories)
ParentID (PK of parent category)
This works fine as long as the subcategory only belongs to
one parent group, however, there are subcategories that
belong to more than one parent category (i.e., 'General').
I shouldn't be entering more than one value in the Parent
ID field, should I?
If anyone has a better approach, please let me know.
Thanks,
Scott A
can't figure out how to set up the tables!
I have a table of categories, and have included records
for all categories, including sub-categories. (they're all
categories, right?)
My categories table has the following structure:
CategoryID (PK)
CategoryCode
CategoryDescription
CategoryType (numeric values for master and subcategories)
ParentID (PK of parent category)
This works fine as long as the subcategory only belongs to
one parent group, however, there are subcategories that
belong to more than one parent category (i.e., 'General').
I shouldn't be entering more than one value in the Parent
ID field, should I?
If anyone has a better approach, please let me know.
Thanks,
Scott A