<br>I've created a simple database table with ItemID and ParentItemID so that I can sort it using CFX_MAKE_TREE.<br><br>My problem starts when I try to delete an item. How can I delete that item along with all the items branching out from it? (Hope you understand this)<br><br>I appreciate any help I can get on this. Thanks.