i have a query that limits the search results by their date. i have a form that has 2 date/time pickers both bound to a field start and end date respectively. The query criteria for the date is "Between [Forms]![frmMain]![StartDate] And [Forms]![frmMain]![EndDate]". This works fine except for the fact that any items whose date is equal to the start date are ignored. i.e. majority of searches are limited to first to last of month so any items with a date of 01/07/2005 are ignored, the only way to include these items is to change the start date to a day prior, e.g. 30/06/2005. Is this an issue with the date/time picker or is this how the between/and statement functions?
Thanks
Thanks