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));
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.