thompm65 Posted January 10, 2007 Posted January 10, 2007 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
Lee Smith Posted January 10, 2007 Posted January 10, 2007 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
thompm65 Posted January 22, 2007 Author Posted January 22, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now