S
Steven
I am trying to create a Select query that will return the records for a
particular quarter depending on the value of a textbox [Qtr] in form "F1".
Is something like this possible in the criteria of a query, I cannot make it
work:
Field: Month ..... it is a text field in the table
Criteria: IIF([Forms]![F1]![Qtr]=1, Between '01' and
'03',IIF([Forms]![F1]![Qtr]=2,Between '04' AND '06',IIF([Forms]![F1]![Qtr]=3,
Between '07' AND '09',Between '10' AND '12')))
Thank you for your help,
Steven
particular quarter depending on the value of a textbox [Qtr] in form "F1".
Is something like this possible in the criteria of a query, I cannot make it
work:
Field: Month ..... it is a text field in the table
Criteria: IIF([Forms]![F1]![Qtr]=1, Between '01' and
'03',IIF([Forms]![F1]![Qtr]=2,Between '04' AND '06',IIF([Forms]![F1]![Qtr]=3,
Between '07' AND '09',Between '10' AND '12')))
Thank you for your help,
Steven