i have found a solution. I created a query that simply converts accented characters into non-accented ones using one nested replace statment like:
AccentLess: Replace(Replace(Replace([tbFEDJ].[BS_Name],"ő","o"),"ö","o"),"á","a")
Then in VBA using DLookUp i refer to this query to get the...