Chad Anderson
04-07-2009, 05:31 AM
I have a sql database that I have linked tables to in Access. I am trying to run a query on date ranges using either "between . . . and" or >= and <=, but the last day is not being included in the query.
Here is the criteria I have for the query.
Between [Forms]![frmbankrecreport]![From Date] And [Forms]![frmbankrecreport]![To Date]
I am using Access 2003. The source table that we are linked to has a datetime data type, so I am wondering if the problem is with the data type. Any suggestions on how to get this fixed?
Here is the criteria I have for the query.
Between [Forms]![frmbankrecreport]![From Date] And [Forms]![frmbankrecreport]![To Date]
I am using Access 2003. The source table that we are linked to has a datetime data type, so I am wondering if the problem is with the data type. Any suggestions on how to get this fixed?