Could I do this... In my Departments table create a field that is called SubDept and have it be either yes or no and another field called SubDeptID and allow null values so if a dept isn't a sub-department of something it stays blank, but if it is it will have a number that corresponds to the DeptID.
Then in my code I could do a cfif statement saying "if subdept equals yes, then create do a nested unordered list based off of it's corresponding Dept ID, if no, do nothing" Would that even work? Would it still list that sub-department under the main departments anyway? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247307 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

