G
Guest
Well, I've gotten the query to not find the June 2004 data.
Since most of my June 2004 data display a 2-digit year (despite the input
mask requiring a 4-digit year - which is another issue I'm having with this
db), I tried the criteria "Between "06/01/2005" And "06/30/2005" And Not
Like "06/**/04""
in the query. It got rid of all the June 2004 data except the specific date
of 06/23/2004 - which for some reason shows a 4-digit year like it's supposed
to. So I added "And Not Like "06/23/2004"" to the above string.
It worked - all I'm getting now is the June 2005 data.
There's got to be an easier way, so I'd still welcome suggestions.
Ruth
Since most of my June 2004 data display a 2-digit year (despite the input
mask requiring a 4-digit year - which is another issue I'm having with this
db), I tried the criteria "Between "06/01/2005" And "06/30/2005" And Not
Like "06/**/04""
in the query. It got rid of all the June 2004 data except the specific date
of 06/23/2004 - which for some reason shows a 4-digit year like it's supposed
to. So I added "And Not Like "06/23/2004"" to the above string.
It worked - all I'm getting now is the June 2005 data.
There's got to be an easier way, so I'd still welcome suggestions.
Ruth