C
ChuckW
Hi,
I have been using a date restrictor in Access and it has worked fine for
years. It isolates transactions for last week and is done on a rolling
basis. I run this report every Saturday. We moved our Access tables to MS
SQL Server but the queries, forms and reports are still in Access. Every
time I run this report now I get no results. I can plug in actual dates and
gets results (ie Date between 9/10/07 and 9/17/07). Here is the date
restrictor:
Between DateValue(Now())-Weekday(DateValue(Now()),2) And
DateValue(Now())-Weekday(DateValue(Now()),2)-7
I have been using a date restrictor in Access and it has worked fine for
years. It isolates transactions for last week and is done on a rolling
basis. I run this report every Saturday. We moved our Access tables to MS
SQL Server but the queries, forms and reports are still in Access. Every
time I run this report now I get no results. I can plug in actual dates and
gets results (ie Date between 9/10/07 and 9/17/07). Here is the date
restrictor:
Between DateValue(Now())-Weekday(DateValue(Now()),2) And
DateValue(Now())-Weekday(DateValue(Now()),2)-7