I have a community tennis club that I want to update our database form the flat structure I inherited.
We have households (Families) which may have any number of Members. Each Family will have a number of Transactions throughout the year. Most transactions are in regard to a single member, but we also have what is called a Family Membership which covers all the members of the family.
So a Family can have many Members and Transactions, a Member can have many Transactions and in the case of the Family Membership a transaction can apply to more than one member.
So wouldn't my ER diagram originally look like this?

IF that's correct, then I understand from sitting through some tutorials that the many to many relationship is hard to deal with so I've decomposed it to the following

Assuming that's correct I've then built the tables and relationships in FM like so

Does that make sense, and if not would you have a better suggestion?
Thanks for any help,
jim


































