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...
Hi,
I have two tables, a table with characters and a table with words (Chinese language).
I'm making a report that lists all elements in table characters, and I want to have a column 'As in' in the report that shows all the words (from the table with the words) where the character exists in...
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.