![]() |
Sergey Kornilov admin 11/17/2009 |
To exclude columns from search simply don't enter anything there. |
J
|
jrwatsio author 11/18/2009 |
Ok, that make (obvious) sense now that you've explained it. Thanks. To exclude columns from search simply don't enter anything there. NOT changes search criteria to opposite. i.e. Make Equals Audi returns all cars where make is Audi (select from cars where make='Audi') If you check off NOT checkbox next to make it returns all cars but Audi (select from cars where make<>'Audi') |