query for contains

  • Thread starter Thread starter SReed
  • Start date Start date
S

SReed

I am trying to create a query to search a field for
information that is contained, not necessarily an exact
match. For example if I have data in a field that says
defect codes for hold tags, I would be able to type defect
codes and have it pull this data.
 
-----Original Message-----
I am trying to create a query to search a field for
information that is contained, not necessarily an exact
match. For example if I have data in a field that says
defect codes for hold tags, I would be able to type defect
codes and have it pull this data.
.
in the criteria of the field use like
like ["Enter text"]
 
Back
Top