Date Filter Being Odd, ms access 03, Any Advise?
I am doing a date range filter, very basic, in MS Access 03. I've done this in VB through code, I've done SQL code, and i've done basic query in Access....
This is my problem...
Date range filter, when making, you make date pulled greater than or equal to first date and lesser than or equal to last date.
My filter is pulling the greater than or equal to first date just fine, however, it's pulling lesser than on last date, and not the equal to part. I tried removing the filter for the end and it pulls from first date forward, so it's seeing the last part, but only the lesser than part, not the greater than part. The following is everything i've tried and it all works the same, i need some fresh eyes, what am i doing wrong, or is there someplace else that i need to look?
This one done in a query:
>=[forms]![Test]![First] And <=[forms]![Test]![End]
under the field mfgdate...does same thing-up to last date, but doesn't include last date
this one done in report filter field:
((mfgdate >= [forms]![Date Time Filter]![DateFirst]) AND (mfgdate<=[forms]![Date Time Filter]![DateLast]))
same thing, up to last date, doesn't inlude it
i've used different forms and reports, thinking i corrupted something, but it all works out the same
what am i missing?
Thank you in advance for saving my sanity!
__________________
Xantara... To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Last edited by Xantara; 02-07-2008 at 10:34 AM.
Reason: forgot stuff
|