Hi,
I have a basic question about how to create a n-m self reference:
I have categories, which have subcategories, etc...
I would like to have fields ChildCategories, and PatentCategories,
The database currently has a join table that relates parent categories to child categories.
All I seem to be able to get in the designer are 1-n relationships with the join table. i.e - I could get a collection of the keys to parents or children, but not a collection of the actual parent or child categories.
Anybody have any tips for doing this? I am free to restructure the DB as needed at this point.
Thanks