Hi,
I'm new to Drupal / taxonomy usage. I'm testing. I'm using the included taxonomy module with drupal 4.7.4. I created a vocabulary, Dept. I added 2 terms, Math and Comp Science.
I created a new content type called Research Area that has 2 fields, Title and Description. It uses the Dept vocabulary to select either Math or Comp Science.
I created another content type called Research Group. This has 3 fields - Title, Description, Research Area. It also uses the Dept vocabulary to select either Math or Comp Science.
I would like to select the Research Area from a drop-down list when using the Research Group content type. If the user selects Math from the Dept vocabulary, the drop-down list should be populated with Math research areas (prevously created in the Research Area content type). Similarly, if the user selects Comp Science, the drop-down list should be populated with Comp Science research areas (prevously created in the Research Area content type).
I am not too clear about how to do this...or. .. if it could be done.. I'm thinking about implementing this differently but I prefer this approach. I am checking this in the meantime.