I have what I thought was a very simple requirement for a small application:
In Contacts Form, I have a list of people
In the Meeting Form, I have a list of Meetings
Contacts attend multiple Meetings, and Meetings have Multiple people
I need to generate two reports:
1- For each contact, the list of meetings attended
2- For each meeting the list of people attending
And be able to enter quickly the contacts in each meeting or the meetings attended by each contact.
Thanks