Hey, I'm developing a Contact Management System for a school team project and we're a little new to filemaker pro. Very new actually. We're working with FileMaker Pro 7 and need to if and how to mix different fields from related tables in a single portal.
Here's the deal:
The client wants a Contact Activity Log, tracking communication and donation activity. The Communication and Donation are related back to Contacts via 1-to-M relationship
Contact Table (ContactID, Name)
Communication Table (ContactID, MessageID, Message, Date)
Donation Table (ContactID, DonationID, Amount, Date)
For a given contact, I can get a portal to show either the related communication or donation info. But what we need is to combine the two, put them in ONE portal, and then sort by Date (I've seen plenty of posts on sorting portals so no need to pass on how to there).
Ex. portal should look like below for ContactID - 3
MessageID - 3 | Phone call from Bob | 04/04/2004
MessageID - 2 | email from Mike | 04/02/2004
DonationID - 3 | $50 cash | 03/29/2004
MessageID - 1 | talked with Jane | 02/16/2004
DonationID - 1 | gave painting | 02/14/2004
Is this possible? Can a script do it and if yes, how?
Any help greatly appreciated
FileMaker Version: 7
Platform: Windows XP