J
Jean-Paul
I have a continuous form.
In the filter-propertie I wrote:
=Uren.Datum > #" & Format(Forms![Uur_overzicht]!Start_dat,'DD/MM/YYYY')
& "# And Uren.Datum < #" &
Format(Forms![Uur_overzicht]!Stop_dat,'DD/MM/YYYY') & "#
Allow filter is set to True
I don't have the feeling there is no filtering at all when I open the form.
Whe I click the filter-icon I get an error saying there is an operator
missing in the query-expression.
How come ther is no automatic filtering?
What do I learn form the errormessage?
Thanks
In the filter-propertie I wrote:
=Uren.Datum > #" & Format(Forms![Uur_overzicht]!Start_dat,'DD/MM/YYYY')
& "# And Uren.Datum < #" &
Format(Forms![Uur_overzicht]!Stop_dat,'DD/MM/YYYY') & "#
Allow filter is set to True
I don't have the feeling there is no filtering at all when I open the form.
Whe I click the filter-icon I get an error saying there is an operator
missing in the query-expression.
How come ther is no automatic filtering?
What do I learn form the errormessage?
Thanks