In case anyone else runs into this issue, here is the solution that worked for me:
<cfset startDate = Now() - 7>
<cfset endDate = Now()>
where a.OrderedDate >= #CreateODBCDate(startDate)# and a.OrderedDate <= #CreateODBCDate(endDate)#
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Offline 69 posts
since Jul 2005