LasseJ Posted July 9, 2007 Posted July 9, 2007 Hi all Can someone help a newbie out with this one?: I have a membership database where each membercard has a portal (related by a ID-No.) which shows what amount of money each member has paid over the years. I would like to have some kind of calculationfield on each membercard which shows the total of the amount paid by the member in current year. BUT! Since I'm only interested in the totals whichs exceeds the amount of 195,-, it would be nice if the calculationfield automatically deducts that amount. Please feel free to ask, if my question is a bit blurry Regards Lasse
Ender Posted July 9, 2007 Posted July 9, 2007 Since you want to show related records for only the current year, you'll need to add a relationship that includes a criteria limiting to only the current year. You could use a date-range match for this, or use a Membership Year field. In any case, the filter on the parent side should probably be a global (or set of globals) matching to a corresponding field on the child side. One you get that relationship working, you can then have a calc in the parent side to show the total amount paid for the specified membership year, as well as deduct from the total amount due.
Recommended Posts
This topic is 6418 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now