Jerry,
Wow! Now I understand somewhat but for my understanding could I impose on
you to tell why this works? You see, I am going to need to come up with
several monday dates; this weeks, one week back, two weeks back etc. I
thought I would be able to figure it out it I used you code as a template
and
the help but I cannot get it through my thick head.
Kent
Jerry Whittle said:
Try something like this in a query with the proper field name:
ThePreviousMonday: [TheDateField]-DatePart("w",[TheDateField],2)-6
Jerry Whittle
:
I need to be able to always find the prior weeks Monday date. What is
the
best way to proceed?
Thank you in advance!