This is the way that QBE works, it limits the result set of the original query. You must either change the original query and remove the where clause, or change the query variable values like you have already done.

If the original query had not been a range query, you could have used QBE instead of a hard-coded where clause.

------------------
Marco Kalter
Allround Automations


Marco Kalter
Allround Automations