No - I havn't mistaken this for womencentral
..
Here's my deal. I have to create a database with multiple levels of relationships that resemble a tree structure.
Level1 - tree1 -
Branch1 Branch2 Branch3
Branch1a Branch1b Branch1c
The problem is that branch 1 and 2 of tree1 could get molded into another tree at some point in time. All the subbranch information, branch1a etc, would have to maintain that it was at one point attached to tree1 but now show that its in tree2. Any idea of how to do this,
I'm thinking primarly from a primary key perspective?
Thanks,
Michiko
Here's my deal. I have to create a database with multiple levels of relationships that resemble a tree structure.
Level1 - tree1 -
Branch1 Branch2 Branch3
Branch1a Branch1b Branch1c
The problem is that branch 1 and 2 of tree1 could get molded into another tree at some point in time. All the subbranch information, branch1a etc, would have to maintain that it was at one point attached to tree1 but now show that its in tree2. Any idea of how to do this,
I'm thinking primarly from a primary key perspective?
Thanks,
Michiko