Filter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How easy would it be to add a filter to this control:
(qryJointWater.fldSanitising)="3" or ISNULL (qryJointWater.fldSanitising)
so that anything in field.account starting with "ZZ" is ignored?
 
Its easier to exclude a none-wanted item then selecting all others.

Not like "*ZZ*"

will exclude everything that contains ZZ anywhere in the text. If the ZZ
appears at the begining of the text change to "ZZ*"
 
Thanks guys
--
Jock Waddington


Josh D said:
Its easier to exclude a none-wanted item then selecting all others.

Not like "*ZZ*"

will exclude everything that contains ZZ anywhere in the text. If the ZZ
appears at the begining of the text change to "ZZ*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top