How do I search for a word within a larger text string in an Acce.

P

PC Datasheet

Put the following in the criteria of the larger text string field:
Like "*" & "YourWord" & "*"
 
Top