M
Maria
I am using Access 2000
I have a query with the following formula in it.
NextCalDate: IIf([Gage Infor].[Freq]=999,"Before Use",
([Gage Infor].[Freq]+[Gage Infor].[LastCalDate]))
This formula give me the next date a calibration is due to
be completed on a piece of equipment.
I want to only pull up records that have a "NextCalDate"
for next month. I entered the following formula in the
criteria section, but it did not work. It gives me a
blank answer.
Between [Enter Start Date] And [Enter End Date]
I can use >date and <date and this works. But not the
between formula. Can anyone tell me what is wrong?
Maria
I have a query with the following formula in it.
NextCalDate: IIf([Gage Infor].[Freq]=999,"Before Use",
([Gage Infor].[Freq]+[Gage Infor].[LastCalDate]))
This formula give me the next date a calibration is due to
be completed on a piece of equipment.
I want to only pull up records that have a "NextCalDate"
for next month. I entered the following formula in the
criteria section, but it did not work. It gives me a
blank answer.
Between [Enter Start Date] And [Enter End Date]
I can use >date and <date and this works. But not the
between formula. Can anyone tell me what is wrong?
Maria