I have a query that I am trying to run starting with the following dates... I
need to pull off the records between certain dates. When I log a call in our
Help Desk database, this is how it stores the date and time the call was
opened.
7/01/2006 12:36:06 AM
7/31/2006 12:40:05 AM
The time isn't crutial and that is where the problem is. I don't know what
the wildcard would be to pull the info for the month of July.
Thanks, Lisa
KARL DEWEY - 15 Aug 2006 19:42 GMT
Between 7/1/2006 And 8/1/2006
This will pull records including midnight of 7/31/2006.
> I have a query that I am trying to run starting with the following dates... I
> need to pull off the records between certain dates. When I log a call in our
[quoted text clipped - 8 lines]
>
> Thanks, Lisa