I have created a report based on the following query:
.....HAVING (((Totalen.Datum)>=[Forms]![Form_menu_finance].[DatumStart] And (Totalen.Datum)<=[Forms]![Form_menu_finance].[DatumEind]))
I enter the parameters on the form 29-11-2011 and 30-11-2011
If I run the query it only returns the first record from the two which are in the table:
Totalen.Datum
29-11-2011 10:45:22 € 0,00 € 4,00
30-11-2011 10:48:24 € 99,00 € 0,00
I would like to have them both but the 30-11 record is not included; How to solve????
.....HAVING (((Totalen.Datum)>=[Forms]![Form_menu_finance].[DatumStart] And (Totalen.Datum)<=[Forms]![Form_menu_finance].[DatumEind]))
I enter the parameters on the form 29-11-2011 and 30-11-2011
If I run the query it only returns the first record from the two which are in the table:
Totalen.Datum
29-11-2011 10:45:22 € 0,00 € 4,00
30-11-2011 10:48:24 € 99,00 € 0,00
I would like to have them both but the 30-11 record is not included; How to solve????