Thread: Date Help
View Single Post
  #3  
Old October 13th, 2004, 01:13 AM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Tue, 12 Oct 2004 05:19:10 -0700, Raj
wrote:

I have a corsstab query that give the orders completed for today and
yesterday. What I need help is on Monday have it show the totals for Friday
with me having to change the parameters.
Thanks


Try a criterion of

=DateAdd("d", IIF(Weekday(Date() = 2, -3, -1), Date())

Note that if Monday or Friday is a holiday this won't give the desired
result - it will show the (nonexistant) Monday orders on Tuesday,
rather than the previous Friday's orders.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps