I have a very large database of designs that have a number of "similar to" fields:
-design converted from (design # xxx)
-design converted to (design # xxx)
-old copyright
-copyright
-similar to 1 (design # xxx)
-similar to 2 (design # xxx)
-similar to 3 (design # xxx)
-client converted from (client code XX)
-client converted to (client code XX)
I am trying to figure out how to set these up in some kind of parent/child/sibling tree so that when I pull one item up, all the ones that are related to it are easy to find. The database is much larger and messier than the ones I am used to, so I am not sure how to go about managing this.
I'm also redesigning the back end of the database right now, so I can change just about anything that needs to be changed.
thank you all