Campus Club Posted April 14, 2005 Share Posted April 14, 2005 I work for a membership club that needs to rapidly sort members by active/inactive and export that list so that we can contact active members via email. We have a script that currently omits all members with no email address and exports them, but I need to add a component for active/inactive. I am very new to FMP7, but I am familiar with programming in general, so I should be able to do this. There are simply a lot of commands to go through. How can I produce a list of only records with the "member status" field set as 'Active'? Link to comment Share on other sites More sharing options...
Robert Schaub Posted April 15, 2005 Share Posted April 15, 2005 Create a self join relationship using the Member Status Field Name it Active Members I.E. Members :: Members A script to get active members Go to related records [Active Members] [show Related Record Only] There now you have all your active members continue from here. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.