WineSnob
Not Bright but TENACIOUS
- Local time
- Yesterday, 23:24
- Joined
- Aug 9, 2010
- Messages
- 211
I am using
Between [forms]![rptfrmCriteria]![StartDate] And [forms]![rptfrmCriteria]![EndDate] to select records.
This statement does not include the end date.
I have 1 record that should show up using today as the start and end date. It does not. If I use today as the start and tomorrow as the end it does show up.
I tried >= [forms]![rptfrmCriteria]![StartDate] And <= [forms]![rptfrmCriteria]![EndDate] with the same result.
I also tried >= [forms]![rptfrmCriteria]![StartDate] And <= [forms]![rptfrmCriteria]![EndDate]+1 and got too complex error.
Any ideas ???
Between [forms]![rptfrmCriteria]![StartDate] And [forms]![rptfrmCriteria]![EndDate] to select records.
This statement does not include the end date.
I have 1 record that should show up using today as the start and end date. It does not. If I use today as the start and tomorrow as the end it does show up.
I tried >= [forms]![rptfrmCriteria]![StartDate] And <= [forms]![rptfrmCriteria]![EndDate] with the same result.
I also tried >= [forms]![rptfrmCriteria]![StartDate] And <= [forms]![rptfrmCriteria]![EndDate]+1 and got too complex error.
Any ideas ???