MCTampa
Board Regular
- Joined
- Apr 14, 2016
- Messages
- 97
Hello,
I have a table of data where one column is called week number (from 1 to 52).
I created form with "Starting Week" and "Ending Week" as individual unbound text boxes.
I simply want the user to be able to filter their data between the Starting and Ending weeks.
When I use the following query criteria, it works:
>=[Forms]![Inputs]![StartingWeek].[Text]
and I get everything greater than the starting week.
Same deal for anything less than the ending week.
However, I cannot get the following to work:
>=[Forms]![Inputs]![StartingWeek].[Text] and <=[Forms]![Inputs]![StartingEnding].[Text]
Using Between.....And doesn't work either.
Any help would be appreciated.
Mike
I have a table of data where one column is called week number (from 1 to 52).
I created form with "Starting Week" and "Ending Week" as individual unbound text boxes.
I simply want the user to be able to filter their data between the Starting and Ending weeks.
When I use the following query criteria, it works:
>=[Forms]![Inputs]![StartingWeek].[Text]
and I get everything greater than the starting week.
Same deal for anything less than the ending week.
However, I cannot get the following to work:
>=[Forms]![Inputs]![StartingWeek].[Text] and <=[Forms]![Inputs]![StartingEnding].[Text]
Using Between.....And doesn't work either.
Any help would be appreciated.
Mike