Hello Drupal-Community
I'm sure, that I'm doing something wrong or my analytical DB-Skills are a way too small... I would agree two times ;)
I have a form done by CCK. One of the recordfields is "brand" and another one is "type". "type" is depending on "brand". Now I want to save the record of "type" into a Taxonomy-Vocabulary Subcategory of "brand".
All this should happen by free tagging, because I don't wanna open "types" by hand - too many possibilities.
Later I wanna reproduce a list/directory by "Brand" followed by the selection of the available "Types". Here the Views will help me.
Brand A
--- Type A
--- Type B
--- Type C
Brand B
--- Type AA
--- Type BB
--- Type CC
Brand C
--- Type AAA
--- Type BBB
--- Type CCC
Looks simple, huh?
I tested several possibilities, but wasn't smart enough to find the right way, without handle it manually...
Any ideas how to put the "type"-record at the right Taxononmy-Subcategory?
Thanks a lot
Cy