Hello, when I use the following query I get an error:
This expression is typed incorrectly, or it's too complex to be evaluated.
What am I doing wrong?
SELECT tblCursist.Naam, tblAbsentie.Datum, tblAbsentie.Lesuur, tblAbsentie.AantalLesuren, tblAbsentie.Deelkwalificatie, tblAbsentie.Docent...