Not like Query??

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

How do I do a not like Query? I have a Credit Card Stat
feild that is used to show approval. If the card is
approved it has a number, If not approved it
has "Decline" or "Decl-Dup".

Any help would be great!!
 
Keith said:
How do I do a not like Query? I have a Credit Card Stat
feild that is used to show approval. If the card is
approved it has a number, If not approved it
has "Decline" or "Decl-Dup".

So what records do you want included in the query?
 
Good point!! I would like to see all the records that do
not have "Decline" or "Decl-Dup".

Sorry about that!!!:)
 
Keith said:
Good point!! I would like to see all the records that do
not have "Decline" or "Decl-Dup".

Sorry about that!!!:)

WHERE [Credit Card Stat] Not Like "Decl*"
 
Back
Top