Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6576 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello,

I am working on a membership database and would like to create a field that shows memberships expiring within the next two months (Feb and March). I have an expiration data field formatted as date/yr. How do I make a field that shows the expiration date plus 2 months?

Thanks, MT

Posted

If this is a Date Field, formatted to show just the year, then all you need to do is to use 60 days as I did in the calculation below. If it isn't a real date field, let me know.

There are a couple of ways to do this. You can make the date itself change color, you can

create a flag field, or you can have a graphic show.

For the basic Flag, your calculation would look like this:

Case ( Get ( CurrentDate ) + 60 ≥ expiration_date ; "Flag")

HTH

Lee

  • 2 weeks later...
Posted

Hi,

Actually the expiration date field is a calculation

(Last paid + 365)

So using this month as an example (January) I would like to list only the members whose membership is expiring in March.

Thanks, MT

This topic is 6576 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.