a query that will search a field

  • Thread starter Query on description
  • Start date
Q

Query on description

i am trying to run a guery that will search a field that has alot of data
looking for a word. for ex. if the field had TERMINAL, BUTT SPLICE, 4-3AWG,
NON-INSULATED, (PACKAGE OF 50 EACH) and i wanted to find the instinces where
the word package shows up. can anyone help me with this..

Thank you
 
B

Bob Barrows [MVP]

Query said:
i am trying to run a guery that will search a field that has alot of
data looking for a word. for ex. if the field had TERMINAL, BUTT
SPLICE, 4-3AWG, NON-INSULATED, (PACKAGE OF 50 EACH) and i wanted to
find the instinces where the word package shows up. can anyone help
me with this..
LIKE "*package*"
 
Top