All:
I have 3 tables that represent dealers in my application. The data structure must remain as it is. I am trying to build a maintenance tool for the Dealers with the Strataframe tools.
I have a Dealer table, a DealerType table, and a DealersDealerType table. A Dealer can have many DealerTypes, and a DealerType can be related to many Dealers. This relationship is kept in the DealersDealerType table.
I am wondering should I use 3 Business Objects for the 3 tables, and if so, what is the best way to add/remove from the DealersDealerType table while editing a dealer.
I have a combo box on the Dealer edit form, that I want to be able to add or remove dealer types from a dealer record...
Or is there another method that is better suited for this type of relationship?
I know how I would do it without the Framework, but im trying to learn the Strataframe way...
Your help is appreciated,
Jason Stevenson
jstevenson72@gmail.com