Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query sort any one from three

Status
Not open for further replies.

neptunes

Technical User
Oct 21, 2002
6
GB
Hi i have a text box [assigned to] with a input mask ??\-??\-?? this is in a form the idea is to put initials in for staff working on a job. On a report it would look like po-as-bb i would like to create a query so that when a single initial is input it searches through the three and shows the result if po is entered in any of the three sections if i just put [name] in the criteria section of the query it only selects the first initial. Any help would be great cheers
 
You can use like with a wildcard:

Like "*" & [Enter Name] & "*
 
Brill thank you Remou just what i was looking for
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top