simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
I'm using a like(cboName)& "*" criteria in my query to filter data in a subform. I like the way it works, where you get all results when blank and then it filters after the selection (afterevent, requery). The problem I find in using this though is that, with the autonumber field, you have duplicates.
Example: Like(1) returns 1,10,11,12,13, etc.
Is there some kind of "Like Distinct"? expression to use? or a better way to do this?
Thanks in advance,
-s
I'm using a like(cboName)& "*" criteria in my query to filter data in a subform. I like the way it works, where you get all results when blank and then it filters after the selection (afterevent, requery). The problem I find in using this though is that, with the autonumber field, you have duplicates.
Example: Like(1) returns 1,10,11,12,13, etc.
Is there some kind of "Like Distinct"? expression to use? or a better way to do this?
Thanks in advance,
-s