Query

  • Thread starter Thread starter Query on description
  • Start date Start date
Q

Query on description

I am trying to run a query that will search a field looking for a perticular
word and return all of the selections where that word shows up.
 
Close, but you forgot the wild cards

Like "*Chicago*"

That will return all records where the field has "chicago" somewhere in the
field. For instance, if the field contained "I lived in Chicago in 1989" then
the record would be returned.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
Back
Top