C
ChuckW
Hi,
Can someone tell me how to do a date restrictor which will alway capture
records for this week on a rolling basis? I have the following but it looks
like it is still capturing dates from last week:
WHERE (((FrontDesk.BusinessDate)>=DateAdd("d",-DatePart("w",Date()),Date())
And (FrontDesk.BusinessDate)<DateAdd("d",8-DatePart("w",Date()),Date())));
Can someone tell me how to do a date restrictor which will alway capture
records for this week on a rolling basis? I have the following but it looks
like it is still capturing dates from last week:
WHERE (((FrontDesk.BusinessDate)>=DateAdd("d",-DatePart("w",Date()),Date())
And (FrontDesk.BusinessDate)<DateAdd("d",8-DatePart("w",Date()),Date())));