E
Evi
I have a main form (FormSubCategory) listing SubCategories
based on tblSubCategory
SubCatID
SubCategory
the subform lists SubSubCategories
It is based on tblSubCategoryToSubSubCategory
This table has
SubToSSCatID
SubCatID
SubSubCatID
SubSubCatID is linked to
TblSubSubCategory
SubSubCatID
SubSubCategory
I need this structure because a SubSubCategory can belong to more than one
SubCategory
Confused enough yet?
Now
TblSubCategory is linked to TblCategory via a joining table
TblCategoryToSubCategory
CatToSubCatID
CatID
SubCatID
TblCategory has simply
CatID
Category
I want to filter my MainForm (FrmSubCategory) with a listbox based on
TblCategory
How can I do this? My MainForm doesn't contain CatID (the value field of the
list box)
If I base the list box on the linking table (TblCategoryToSubCategory) then
each Category will be mentioned twice.
Likewise, if I base my main form on the linking table then the Subcategory's
will be listed more than once.
any suggestions?
Evi
based on tblSubCategory
SubCatID
SubCategory
the subform lists SubSubCategories
It is based on tblSubCategoryToSubSubCategory
This table has
SubToSSCatID
SubCatID
SubSubCatID
SubSubCatID is linked to
TblSubSubCategory
SubSubCatID
SubSubCategory
I need this structure because a SubSubCategory can belong to more than one
SubCategory
Confused enough yet?
Now
TblSubCategory is linked to TblCategory via a joining table
TblCategoryToSubCategory
CatToSubCatID
CatID
SubCatID
TblCategory has simply
CatID
Category
I want to filter my MainForm (FrmSubCategory) with a listbox based on
TblCategory
How can I do this? My MainForm doesn't contain CatID (the value field of the
list box)
If I base the list box on the linking table (TblCategoryToSubCategory) then
each Category will be mentioned twice.
Likewise, if I base my main form on the linking table then the Subcategory's
will be listed more than once.
any suggestions?
Evi