M
MacrossHunter77 via AccessMonster.com
Hello there well I have a big probem I am trying to create a query that I can
select a month using a combo box in a form and returns with all the record
and not ignoring the rest of the months for example If I have records for
July it will come only july's except the other month I prefer to get all the
months including july's I now is going to make duplicate in July but I don't
care that is what I need I used is null in the criteria and it works just
fine but I notice that if I Select the month of august all the records from
july's are gone only shows august anyway here is a example of the query I
hope you understand.
Three Fields in the query:
Parks, Month, Year
with the criterias in the Month and Year field
MONTH FIELD CRITERIA [Forms]![Borough Monthy Productivity Report]![Select
Month], YEAR FIELD CRITERIA [Forms]![Borough Monthy Productivity Report]!
[Year] OR Is Null
When I select the month of July's it show all July's month except the rest of
the months I want to show all the records even I select july's (which
multiple record will come out but that is ok)
and if I select the month of august all the record from july won't show, it
only shows all the records including "nulls" and august's.
Please anybody could help me on this thanks in advance
select a month using a combo box in a form and returns with all the record
and not ignoring the rest of the months for example If I have records for
July it will come only july's except the other month I prefer to get all the
months including july's I now is going to make duplicate in July but I don't
care that is what I need I used is null in the criteria and it works just
fine but I notice that if I Select the month of august all the records from
july's are gone only shows august anyway here is a example of the query I
hope you understand.
Three Fields in the query:
Parks, Month, Year
with the criterias in the Month and Year field
MONTH FIELD CRITERIA [Forms]![Borough Monthy Productivity Report]![Select
Month], YEAR FIELD CRITERIA [Forms]![Borough Monthy Productivity Report]!
[Year] OR Is Null
When I select the month of July's it show all July's month except the rest of
the months I want to show all the records even I select july's (which
multiple record will come out but that is ok)
and if I select the month of august all the record from july won't show, it
only shows all the records including "nulls" and august's.
Please anybody could help me on this thanks in advance