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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Like statement help 2

Status
Not open for further replies.

Stewman

MIS
Jan 23, 2002
79
US
Hello,

I have an access database that contains a table called customers and a column called title. What I want to do is query this table and return records that contains sales in the title name but that doesn't start with sales. For example it would return district sales manager but not sales manager. I've been trying numerous like statements but none works form. Any help greatly appreciated.
 





Hi,
Code:
Where Mid([Title],2) Like '*sales*'


Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top