M
Mitchell_Collen via AccessMonster.com
I want to create a view that will show me the past 7 days when from the date
that the query is executed.
I have tried these but I continue to find more than 7 days.
EnteredDate >= { fn NOW() } - 7
also tried
EnteredDate >= {fn getDate() } -7
Will you help me? Do you think that I need to use datepart and pull out day?
If I do it that way then I don't know how to use the function. So if you know
how to do it that way will you send me the right syntax?
Thanks, Misty
that the query is executed.
I have tried these but I continue to find more than 7 days.
EnteredDate >= { fn NOW() } - 7
also tried
EnteredDate >= {fn getDate() } -7
Will you help me? Do you think that I need to use datepart and pull out day?
If I do it that way then I don't know how to use the function. So if you know
how to do it that way will you send me the right syntax?
Thanks, Misty