C
chris23892 via AccessMonster.com
I'm pulling my hair out...In my query, I want to use the following criteria
to filter:
"Sort all records in the past 7 days from a specific date". I can not find
the right expression to do this. The one I'm stuck one works great from
TODAYS date:
This works great! But I want to be able to specify a date and have it pull
the last work week from that specific date.
the more I search on here, the more confused I get. I'm sure there are
several ways to do this. I'm just looking for an expression to put in my
criteria, not a full angry VB code snippet to run.
Any words of wisdom I can try here? Thanks for all the help
to filter:
"Sort all records in the past 7 days from a specific date". I can not find
the right expression to do this. The one I'm stuck one works great from
TODAYS date:
=DateADD("WW"),-1,Date())
This works great! But I want to be able to specify a date and have it pull
the last work week from that specific date.
the more I search on here, the more confused I get. I'm sure there are
several ways to do this. I'm just looking for an expression to put in my
criteria, not a full angry VB code snippet to run.
Any words of wisdom I can try here? Thanks for all the help