Connecting Tech Pros Worldwide Help | Site Map

Multiple Filter

amir
Guest
 
Posts: n/a
#1: Dec 10 '06
How can I filter my database in Multiple way, I mean that I wana to
filter st. like this:
sm* *th* *er

Please Help me on this matter
Amir

keri
Guest
 
Posts: n/a
#2: Dec 10 '06

re: Multiple Filter


Amir,

Please clarify what you are asking. What object are you filtering, and
how do you want to do it?
Do you mean you want to show all records with the entries;

sm*
or
*th*
or
*er
?
amir wrote:
Quote:
How can I filter my database in Multiple way, I mean that I wana to
filter st. like this:
sm* *th* *er
>
Please Help me on this matter
Amir
amir
Guest
 
Posts: n/a
#3: Dec 11 '06

re: Multiple Filter


Dear Keri,

I used adodc.recordset.filter to filter my database to show selected
entires in datagrid;
I mean I wanna to filter my name (amir markazi shabet) in my database.
so when i filter my name by this entires (amir mar*) it shows my name
in datagrid, but when I want to filter something like this (am* sha*)
it doesn't work.
Even I use % for one word, so it works, but when I use it for tow
seperate words it doesn't work same as (am* sha*) in (amir markazi
shabet). I hope it will be clear to you.

Many thanks in advance for you kind reply.
Amir


keri wrote:
Quote:
Amir,
>
Please clarify what you are asking. What object are you filtering, and
how do you want to do it?
Do you mean you want to show all records with the entries;
>
sm*
or
*th*
or
*er
?
amir wrote:
>
Quote:
How can I filter my database in Multiple way, I mean that I wana to
filter st. like this:
sm* *th* *er

Please Help me on this matter
Amir
Closed Thread