thirtydash9
Technical User
I have been searching through the posts; apologies if this is already out there.
I have a database which calculates continuing education credits earned following passage of an exam.
People are required to earn x credits per year, based on the anniversary of passing the exam (gradDate).
Each time someone earns credits, I will write to them and tell them how many more credits they need to earn by the next anniversary date (the next anniversary of gradDate).
To do this, I need to compare the day and month of gradDate with today's date and month, in order to know whether the next anniversary is this year or next. If this involves converting the value to a numerical format, I then need to convert it back to date format and add the appropriate yyyy value.
Any ideas?
Thanks!!!
I have a database which calculates continuing education credits earned following passage of an exam.
People are required to earn x credits per year, based on the anniversary of passing the exam (gradDate).
Each time someone earns credits, I will write to them and tell them how many more credits they need to earn by the next anniversary date (the next anniversary of gradDate).
To do this, I need to compare the day and month of gradDate with today's date and month, in order to know whether the next anniversary is this year or next. If this involves converting the value to a numerical format, I then need to convert it back to date format and add the appropriate yyyy value.
Any ideas?
Thanks!!!