I'm trying to build a query that will return data for the last 14 days regardless of what date the query is being run. Here's what I have under the criteria section:
Between Now() And (Now()-14)
I think that this is close to what I need, but it's not quite returning exactly what I want. How can I fix this?
Thanks,
Charlie
Between Now() And (Now()-14)
I think that this is close to what I need, but it's not quite returning exactly what I want. How can I fix this?
Thanks,
Charlie
Comment