Hello again,
I am trying to puzzle out the best way to know if a member of an organization has lapsed in their membership dues and when they were due.
I have a payment table with records of each payment by members with the date of the payments. I want to list members who have not paid in 12 months since last payment and, list them as lapsed in the renew column.
Added problem. The table lists all payments over time. So each member could have many entries of payments in the table. I only want to test on the latest payment per member. Yikes!
Anyone have any thoughts on this?
Thanks in advance, Scott