D
Deb Struble
I have a Linked table with a Date/Time Field called TransactionDate. This
field is tracking both the date and time that a particular transaction took
place. In my query I want to pull records that fell between a certain time
frame determined by the user. In the TransactionDate field I have a
parameter set up as Between [Start Date] and [End Date] so the user can
enter a starting and ending date. Is the Between statement all inclusive?
When I enter a Starting Date of 08/01/2003 and the Ending Date of 08/31/2003
I was expecting that it would pull all the transactions for the month of
August, including the transactions that fell on the 1st and the 31st. For
some reason my query does not pull the transactions that took place on the
ending date. Any suggestions?
field is tracking both the date and time that a particular transaction took
place. In my query I want to pull records that fell between a certain time
frame determined by the user. In the TransactionDate field I have a
parameter set up as Between [Start Date] and [End Date] so the user can
enter a starting and ending date. Is the Between statement all inclusive?
When I enter a Starting Date of 08/01/2003 and the Ending Date of 08/31/2003
I was expecting that it would pull all the transactions for the month of
August, including the transactions that fell on the 1st and the 31st. For
some reason my query does not pull the transactions that took place on the
ending date. Any suggestions?