flaviooooo
Programmer
Hey,
i have a query that contains 2 years, sorted by year - month:
2002 1
2002 2
2002 3
...
2003 1
...
You get the routine.
Now i need to select the months july - december of year 1, and january - june of year 2. If all months were in the query it would be simple, but sometimes a month isn't there (because there was no activity then, not a error in the query).
Any ideas on how to select the months 7 through 12 of year 2002 and 1 through 6 of year 2003?
Help ;-)
i have a query that contains 2 years, sorted by year - month:
2002 1
2002 2
2002 3
...
2003 1
...
You get the routine.
Now i need to select the months july - december of year 1, and january - june of year 2. If all months were in the query it would be simple, but sometimes a month isn't there (because there was no activity then, not a error in the query).
Any ideas on how to select the months 7 through 12 of year 2002 and 1 through 6 of year 2003?
Help ;-)