driver7408
Registered User.
- Local time
- Today, 02:10
- Joined
- Feb 7, 2010
- Messages
- 72
Being in the Army, my database needs to define "quarters" as dates that are 3 months prior to the dates access uses. EX: oct 01 to dec 31 is qtr 1, jan 01 to mar 31 is qtr 2. I'm trying to find a way to redefine this so I can use the "q" expression instead of having to write some major complicated query to get the quarter number from the date I want. So far, the only thing i came up with is =DatePart("q",Date()+90), but this is only going to add 90 days, not put me at the first of that month, 3 months ahead. I just want to define quarter 1 as quarter 2, 2 as 3, 3 as 4, and 4 as 1. Any easy way around this?
Also, is there a way to widcard the year expression IE: #12/02/xxxx# ? So access just returns the dates that are within the specified month and days, not regarding the year?
Also, is there a way to widcard the year expression IE: #12/02/xxxx# ? So access just returns the dates that are within the specified month and days, not regarding the year?