find a word in a comment field

  • Thread starter Thread starter Dan
  • Start date Start date
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?
 
On the Criteria row for the Comment field in your query you could put:

like "*desired word*"

hth,
 
Back
Top