Hi,
I've looked through all the past entries on this but can't find exaclty what I need! I have a query which I want to sort via a form.
For example, my query holds a range of records such as 295A-1H/2,
284A-1L/23. etc
How would I enter the form search criteria so it returned all records which lie between, say, 295A-1H/1 to 295A-1H30?
I've tried a Like statement but I don't know where to put it? Should it be on the form properties on in the query criteria?
In the query criteria so far I have Forms![Formname]![ControlName]. I thought something like Forms![Formname]! (Like "[ControlName]*") but this doesn't work.
any help would be great!
Sue
I've looked through all the past entries on this but can't find exaclty what I need! I have a query which I want to sort via a form.
For example, my query holds a range of records such as 295A-1H/2,
284A-1L/23. etc
How would I enter the form search criteria so it returned all records which lie between, say, 295A-1H/1 to 295A-1H30?
I've tried a Like statement but I don't know where to put it? Should it be on the form properties on in the query criteria?
In the query criteria so far I have Forms![Formname]![ControlName]. I thought something like Forms![Formname]! (Like "[ControlName]*") but this doesn't work.
any help would be great!
Sue