find a word in a comment field

D

Dan

i have a comment field in a table and i would like the
query to give me all records where this word is in the
comment field. is this possible?
 
C

Cheryl Fischer

On the Criteria row for the Comment field in your query you could put:

like "*desired word*"

hth,
 
Top