I made the query:
SELECT Karakters.Karakter, Woorden.Karakters
FROM Woorden, Karakters
WHERE ((InStr([Woorden.Karakters],Karakters.Karakter))>0);
and it gave the following result, which is good:
But I don't know how to link the query with the textfield in my report.
It asks for a parameter and...