I have a Work Order Table that automatically enters a date and time stamp to each record. I'm trying to run a report, first using a form to query the user for a beginning and end date for the report. Everything works except that I do not show the work orders on the report that are equal to the end date. I'm assuming that this is due tot he fact that the time stamp makes it greater than the base date value. I'm using the following experession to filer the record:
>=[forms]![Report Date Range Location]![Beginnining Date] And <=[forms]![Report Date Range Location]![Ending Date]
Thanks for the help.
>=[forms]![Report Date Range Location]![Beginnining Date] And <=[forms]![Report Date Range Location]![Ending Date]
Thanks for the help.