Field Contains

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

Guest

How can I query [Comments] and and return all of the record that contain the
work "retired" or "Retired"?

Thanks!
 
How can I query [Comments] and and return all of the record that contain the
work "retired" or "Retired"?

Thanks!

Try putting Like *retired"* in the criteria row of the query?
 
On comment (I imagine a Text, varchar, field), so, try under Comments field:

LIKE "*Retired*"



Hoping it may help,
Vanderghast, Access MVP
 
Back
Top