Set up a field with auto-enter Creation Date.
What do you mean by "Week of"? Do you want to define the Week as beginning or ending on a specific day? So that the dates between Feb 23 and Feb 27 are regarded as Week of Feb 22?
If that is what you want let me know. I have a DB which uses a script to to find the date of the next Tuesday. Easy to modify for any day of the week.
Set Field ("Date W'ending", "GivenDate"
Loop
Exit Loop if (DayName(Date W'ending) = "Tuesday"
Set field ("Date W'ending", "Date W'ending + 1"
End Loop
If you need a calculatino, you could put the same stuff into a (large) Case statement.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.