Filter a query

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

Guest

Dear Sirs
I have a query where in one field could stand: Cuentas autodirigidas,
Cuentas gestionadas, Simulación, BIE30.
I would like to see only the records from: Cuentas autodirigidas, Cuentas
gestionadas, Simulación - and not from BIE30
 
Amateur said:
Dear Sirs
I have a query where in one field could stand: Cuentas autodirigidas,
Cuentas gestionadas, Simulación, BIE30.
I would like to see only the records from: Cuentas autodirigidas, Cuentas
gestionadas, Simulación - and not from BIE30

use the criteria field in the query design view
for example: enter the following text in the criteria to match your
case you described:

Not Like ("BIE30*")

In case you don't know what it is, the '*' at the end is a wildcard
character in case you have extra spaces at the end of the field. but
this line placed in the criteria field will give you all values in that
field that do not equal "BIE30"
 
Dear Sirs
I have a query where in one field could stand: Cuentas autodirigidas,
Cuentas gestionadas, Simulación, BIE30.
I would like to see only the records from: Cuentas autodirigidas, Cuentas
gestionadas, Simulación - and not from BIE30

As criteria on that field:
Not "BIE30"
 

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

Similar Threads


Back
Top