So for this to work properly I would set the vocabulary like this?<br><br><div class="form-item">
 <label>Hierarchy: </label>
 <div class="form-radios"><div class="form-item">
 <label class="option"><input name="hierarchy" value="0" class="form-radio" type="radio"> Disabled</label>
</div>
<div class="form-item">
 <label class="option"><input name="hierarchy" value="1" checked="checked" class="form-radio" type="radio"> Single</label>
</div>
<div class="form-item">
 <label class="option"><input name="hierarchy" value="2" class="form-radio" type="radio"> Multiple</label>
</div>
</div>
 <div class="description">Allows <a href="http://localhost/admin/help/taxonomy">a tree-like hierarchy</a> between terms of this vocabulary.</div>
</div>
<div class="form-item">
 <label class="option"><input name="relations" id="edit-relations" value="1" class="form-checkbox" type="checkbox"> Related terms</label>
 <div class="description">Allows <a href="http://localhost/admin/help/taxonomy">related terms</a> in this vocabulary.</div>
</div>
<div class="form-item">
 <label class="option"><input name="tags" id="edit-tags" value="1" class="form-checkbox" type="checkbox"> Free tagging</label>
 <div class="description">Content is categorized by typing terms instead of choosing from a list.</div>
</div>

 <label class="option"><input name="multiple" id="edit-multiple" value="1" class="form-checkbox" type="checkbox"> Multiple select</label><br><br><br>Or do I need something else? I notice when I create a new node I see the project name listed but not a link to the client to bring up all items associated with it. Is there a way to do this or do I really need to do it?
<br><br>Thanks<br><br><br><div><span class="gmail_quote">On 9/11/07, <b class="gmail_sendername">Cog Rusty</b> &lt;<a href="mailto:cog.rusty@gmail.com">cog.rusty@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 9/12/07, Chris McCreery &lt;<a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a>&gt; wrote:<br>&gt; Hi I am trying to create a taxonomy as follows<br>&gt;<br>&gt; Client<br>&gt; --Project<br>&gt;<br>&gt; I would like the user to just select the project and have the client term
<br>&gt; added to the node as well but can&#39;t seem figure which type of vocabulary I<br>&gt; need. Any help would be great.<br><br><br>As far as the node list pages are concerned, tagging the nodes with<br>&quot;client&quot; is not necessary.
<br><br>/taxonomy/term/[client_id]/all will also list nodes tagged with project.<br><br>And generally, clients can be easily derived from projects with some<br>code, and vice versa.<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">
http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery