Working in Dynamics 365 Sales. I have 3 tables with a many to many relationship between Members and Events, an event can have many members booked on it, and a member can be booked on many events:
How do I create a Form to show a specific single event, and show all members linked to this event?
I am quite new creating Dynamics 365 Solutions, and can't find any support documentation anywhere online or Youtube that gives me any clue on how should I approach this challenge?
Edit: In addition I need to be able to add new Members to the list associated with each Event. So within the Event form, a list of Members in the join table, and ability to add new members to this list.
Just configure the tables and the relationship (N:M) between them. You can find the associated view in the form's "Related" menu.
Edit the main form of table A and add a subgrid component to it displaying the related items of table B.