Something strange:
In my query is a calculated field "Week" (=DatePart("ww",[Datefield])
I want to filter the results.
I used the filter "<=20": I get all week 1 to 20.
But this filter should be flexible. So I changed the filter to: "<=forms!form1!textfield1". In the textfield1 I again filled in 20.
Now I get week 1, 2 and 10 till 20. But not week 3 till 9
I also tried the filter "<=[fill in weeknumber]", but still the incorrect results.
Does someone have a clue?
In my query is a calculated field "Week" (=DatePart("ww",[Datefield])
I want to filter the results.
I used the filter "<=20": I get all week 1 to 20.
But this filter should be flexible. So I changed the filter to: "<=forms!form1!textfield1". In the textfield1 I again filled in 20.
Now I get week 1, 2 and 10 till 20. But not week 3 till 9
I also tried the filter "<=[fill in weeknumber]", but still the incorrect results.
Does someone have a clue?