Dec 3, 2003 #1 Digitalcandy02 MIS Joined Nov 18, 2003 Messages 5 Location US I would like to get the previous Sunday date for any given date field. Can anyone help out with the formula? Thanks
I would like to get the previous Sunday date for any given date field. Can anyone help out with the formula? Thanks
Dec 3, 2003 1 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US {table.date} - dayofweek({table.date}) + 1 -LB Upvote 0 Downvote
Dec 3, 2003 Thread starter #3 Digitalcandy02 MIS Joined Nov 18, 2003 Messages 5 Location US Perfect! Thank you. Upvote 0 Downvote