I have a between statement within a query for a date range as follows:
What are the between statement parameters rules? I am dropping the records on the high-end of the criteria, 6/30/2010. The data contains time stamp information, would this have an effect of the results and can how can it be corrected without changing the date range to the first day of the next month?
Would appreciate any assistance.
Code:
between #6/1/2010# and 6/30/2010#
What are the between statement parameters rules? I am dropping the records on the high-end of the criteria, 6/30/2010. The data contains time stamp information, would this have an effect of the results and can how can it be corrected without changing the date range to the first day of the next month?
Would appreciate any assistance.
Comment