Hi,
I have this Query:
This will give me the correct value if the Form Urenregistratie is open in the background.
What I want is to present this value on a form, so when the [datum] field on the Form is filled, automatically this periode value is displayed.
I'm strugling how to do this..
Can anyone help?
I have this Query:
Code:
SELECT periode.Periode
FROM periode
WHERE ((([Forms]![Urenregistratie]![datum]) Between [periode].[periode_startdatum] And [periode].[periode_einddatum]));
What I want is to present this value on a form, so when the [datum] field on the Form is filled, automatically this periode value is displayed.
I'm strugling how to do this..
Can anyone help?