I
igorin
Hello,
I'm currently using this script...
WHERE ((([From Table1].[Date received]) Between Date()-7 And Date()-1));
....to generate the data for the past 7 days,
BUT:
I have been asked now for a report that generates the data since the
previous Friday, regardles of whether today is a Saturday, Monday or
Wednesday.
This means that if the report is generated on a Saturday then the
information would be only for Friday; and it is generated on a Tuesday then
the information would be for Friday + Saturday + Sunday + Monday.
Is there a script that can do this?
Thank you very much!!!
I'm currently using this script...
WHERE ((([From Table1].[Date received]) Between Date()-7 And Date()-1));
....to generate the data for the past 7 days,
BUT:
I have been asked now for a report that generates the data since the
previous Friday, regardles of whether today is a Saturday, Monday or
Wednesday.
This means that if the report is generated on a Saturday then the
information would be only for Friday; and it is generated on a Tuesday then
the information would be for Friday + Saturday + Sunday + Monday.
Is there a script that can do this?
Thank you very much!!!