Hi
I have a select query and im running it with Like "*pendant*" in the criteria of one field so i only get the records that have pendant in this field
but i have added another criteria, Not "6077" in another field, so i get records with pendant in field one so long as they dont have 6077 in field two.
I also want to get rid of records with 6074 in field two.
how do you put the criterias in to do this? i had the following:
Field 1 Field 2
Not Like "6077" Like "*pendant*"
Not Like "6074" Like "*pendant*"
but this gives me all the records with pendant in, 6077s and 6074 are still there.
If i get rid of the second Like "*pendant*" all the records appear!!
Help
I have a select query and im running it with Like "*pendant*" in the criteria of one field so i only get the records that have pendant in this field
but i have added another criteria, Not "6077" in another field, so i get records with pendant in field one so long as they dont have 6077 in field two.
I also want to get rid of records with 6074 in field two.
how do you put the criterias in to do this? i had the following:
Field 1 Field 2
Not Like "6077" Like "*pendant*"
Not Like "6074" Like "*pendant*"
but this gives me all the records with pendant in, 6077s and 6074 are still there.
If i get rid of the second Like "*pendant*" all the records appear!!
Help