Field Contains

R

Rod

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

Thanks!
 
G

Gary

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?
 
M

Michel Walsh

On comment (I imagine a Text, varchar, field), so, try under Comments field:

LIKE "*Retired*"



Hoping it may help,
Vanderghast, Access MVP
 
Top