Well then, one way would be to add two fields to your query. The first would be something like M: Month([DateField]) and the other D: Day([DateField]).
This obviously assumes your dates are in a field called DateField.
Run that to see the results these additions give you, so you have an idea what is going on.
Then, back in design mode add the following critieria for these fields:
In one row, under M, add <7. That's all.
In the next, under M, add 7 and under D add <=12.
(These rows are criteria rows at the bottom of the grid. If you already have other criteria these need to be on both rows.)
There are a few other ways I can think of to do this. This is probably the most instructive.
Once it is working you can hide the two new fields by clicking off the Show check boxes. If you want to see them then give them better names than M and D.
Sam.