I have the need for a Many-To-Many relationship in my Database which I've done using three tables (A - AB - B) so that's all okay.
However, I don't know the correct or best way to handle this using LightSwitch HTML Client. At present it's done very clunkily using three different screens - Set up data in Table A, Set up data in Table B, then setup the relationships in Table AB.
What is the best way to handle a Many-To-Many relationships in LightSwitch HTML Client?
BTW, I' using Visual Studio 2015.
Regards
Alan