I have the following code in my query [Forms]![ProjectSiteFrm]![NpiIDtxt]
where NPIIDtxt is a textbox on a form. What I would like to have is when user enters
data in text box it will find any records with those variables.
The problem I'm having is users are not always entering the full string in the textbox so when they do a search it
will give them a no records found. How would I change that so that any record which contains any of the values in the text box is returned