I need to Update a Field with the Date of the LAST Friday, unless it is FRIDAY, then I would like the Current Date:
I will create a query or macro that can be run any day of the week based on a Select Query. The Query will select a a dataset, Determine todays date, and Update the field Weekof: to Last Fridays Date.
If today happens to be a friday, then update the field Weekof: to current date.
Update Field: Weekof:
If today is Saturday thru Thursday of the following week, Add Last Friday’s Date
If Today is FRIDAY, put todays Date.
Today is Wednesday June 11, 2008
The field will be udated as follows:
Wed = 06/06/2008
Thur= 06/06/2008
Fri = 06/13/2008
Sat = 06/13/2008
Sun = 06/13/2008
Mon = 06/13/2008
Tues = 06/13/2008
Wed = 06/13/2008
Thu = 06/13/2008
Fri = 06/20/2008