Icehousman2
Registered User.
- Local time
- Today, 07:22
- Joined
- May 12, 2004
- Messages
- 45
I have a report that needs to show a different picture with each seasonal change. One for summer, Spring, etc. Right now I have an IF then statement set up that tests the current date against predefined dates for the Seasonal changes.
If Date < #9/21/2004# then
blah blah
However, I want this function to work over a matter of years, and as you can see if the current date moves into 2005 then this code will no longer work. Is there a way to disregard the year, in these functions? Thank for the help in advance.
If Date < #9/21/2004# then
blah blah
However, I want this function to work over a matter of years, and as you can see if the current date moves into 2005 then this code will no longer work. Is there a way to disregard the year, in these functions? Thank for the help in advance.