M
mrcasey
I have a locationID, a start date, and a finish date. I calculate the number
of months between the two dates in a query.
So, for example:
LocationXYZ 1/1/06 1/1/07 12.
Based on this, I need to create a result set of 13 records one for each
month including the start and finish months.
So, I need to get to this:
LocationXYZ 1/1/06
LocationXYZ 2/1/06
....................
LocationXYZ 1/1/07.
I can't figure out how to do this without using VBA.
Is there a way just using queries?
of months between the two dates in a query.
So, for example:
LocationXYZ 1/1/06 1/1/07 12.
Based on this, I need to create a result set of 13 records one for each
month including the start and finish months.
So, I need to get to this:
LocationXYZ 1/1/06
LocationXYZ 2/1/06
....................
LocationXYZ 1/1/07.
I can't figure out how to do this without using VBA.
Is there a way just using queries?