I have a report that uses this parameter in a query:
>=nz([forms]![Customer Invoice]![BeginDate]) And <=nz([forms]![Customer Invoice]![EndDate])
When the user enters the same date for BeginDate and EndDate the report produces no results, even if there is data for that date.
In order to produce results for just one date, the user must enter a date range, for example BeginDate = 01/04/04 and EndDate = 01/05/2004 produces data for 01/04/04.
Can I get the formula to allow a BeginDate and EndDate that are the same but still also work on a date range?
Any help is appreciated. Thanks.
>=nz([forms]![Customer Invoice]![BeginDate]) And <=nz([forms]![Customer Invoice]![EndDate])
When the user enters the same date for BeginDate and EndDate the report produces no results, even if there is data for that date.
In order to produce results for just one date, the user must enter a date range, for example BeginDate = 01/04/04 and EndDate = 01/05/2004 produces data for 01/04/04.
Can I get the formula to allow a BeginDate and EndDate that are the same but still also work on a date range?
Any help is appreciated. Thanks.