I have a table (Directory) set up with these columns:<br><br>ID, Name, ParentID<br><br>Where the ParentID points to the ID of the Directory Name above it.<br><br>I can get the Parent Directory with Select Name from Directory where ID=(ParentID value). What I want to do is create a select statement that will return <b>all</b> of the directories above the current one. Is this possible?