Changed to this:
=DLookup("Periode", "periode", "datum BETWEEN #" & [periode].[periode_startdatum] & "# AND #" & [periode].[periode_einddatum] & "#")
But syntax is not correct, errormessage is saying that a operator is missing, or a comma is missing or a ) is missing..