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

Search results for query: *

  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