My form has 2 textControls for each field and a checkBox.
If the checkBox is checked the two textControls will be enabled.
In these you have to put you criteria (e.g. from 20 to 5000)
I tryied to put everything in a Query, but if I don't write any cirteria in some fields it doesn't work, or better it works, but in the list box (connected to the query to shoe results) there's no record!!!
So I was thinking about vba code!