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

Recent content by swicor

  1. swicor

    Exact match using access upper and lower case

    thread181-300905 You don't need to add another field with duplicate info. Try this: SELECT StrConv([first_name],3) AS newnick, Firstnames.First_Name FROM Firstnames WHERE (((StrComp([first_name],StrConv([first_name],3),0))=-1));

Part and Inventory Search

Back
Top