G Guest Dec 9, 2004 #1 I have several records that contain the word "box" in the text. How do I pull all the records that contain that word?
I have several records that contain the word "box" in the text. How do I pull all the records that contain that word?
P PC Datasheet Dec 9, 2004 #2 Create a query that contains your text field and any other fields you need to return. Put the following expression in the criteria of the text field: Like "*" & "Box" & "*"
Create a query that contains your text field and any other fields you need to return. Put the following expression in the criteria of the text field: Like "*" & "Box" & "*"