Ask for less than the next day:
SELECT * FROM tables
WHERE (Order.[Date Received] >= [Enter Start Date])
AND (Order.[Date Received] < [Enter End Date] + 1);

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Hi - I have a date field in a Access database in the format
> YYYY/MM/DD HH:MM
[quoted text clipped - 7 lines]
>
> Is there a simple way of doing this?