Turansky Posted March 8, 2002 Posted March 8, 2002 Hello, I have this calculation that checks the date against today's date and then assigns the field active or expire. And it works . . . sort-of. The problem is I want it to check this on a daily basis so it could change the status when the date does expire. Any ideas? Kent If(Date( TextToNum(expiremonth), TextToNum(expireday), TextToNum(expireyear) ) >= Today,"active","expire")
andygaunt Posted March 8, 2002 Posted March 8, 2002 Hi , First make your calculation unstored and I would suggest using Status(CurrentDate) as opposed to the today option. Making it unstored will mean it recalculates itself every day.
Recommended Posts
This topic is 8367 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