C
Cortney
I have a very strange problem. I have a form with a date field. Four
queries run off that date field, they are current month, previous month, 3
month prior and an average of the three. They work great for October through
January. I just put Feb in and the previous month and 3 month prior will not
bring anything up. It brings up current month (Feb) and the average of the
three. it just won't bring up the previous and 3 month prior. Is there any
reason why it would not work for Feb? I am very confused because it works
beautifully for the months before.
The date format is 2/28/2006
My DateAdd funtions are the following:
[Forms]![Main Form]![Text0]
DateAdd("m",-1,[Forms]![Main Form]![Text0])
DateAdd("m",-2,[Forms]![Main Form]![Text0])
Between [Forms]![Main Form]![Text0] And DateAdd("m",-2,[Forms]![Main
Form]![Text0])
Any help is appreciated!!
queries run off that date field, they are current month, previous month, 3
month prior and an average of the three. They work great for October through
January. I just put Feb in and the previous month and 3 month prior will not
bring anything up. It brings up current month (Feb) and the average of the
three. it just won't bring up the previous and 3 month prior. Is there any
reason why it would not work for Feb? I am very confused because it works
beautifully for the months before.
The date format is 2/28/2006
My DateAdd funtions are the following:
[Forms]![Main Form]![Text0]
DateAdd("m",-1,[Forms]![Main Form]![Text0])
DateAdd("m",-2,[Forms]![Main Form]![Text0])
Between [Forms]![Main Form]![Text0] And DateAdd("m",-2,[Forms]![Main
Form]![Text0])
Any help is appreciated!!