I have a Customer table, a Donations table and a FundSplit table. Relationship: (Customer <->> Donations <->> FundSplit)
Customer Fields: CustID, Name, ... (address fields)
Donations Fields: CustID, DonationID, Date, ...
FundSplit Fields: DonationID, Amount, TaxDed, ...
What I am after is a...