Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add a day to WeekToDateFromSun

Status
Not open for further replies.

saltcoats

Technical User
Apr 17, 2004
17
US
I am trying to do a record select on a DateTime field using WeekToDateFromSun, but the data I am trying to report on starts on Monday morning, not Sunday morning...

How can I add 1 day to the WeekToDateFromSun formula?

Any help would be appreciated.
gpk
 
Instead, use:

{table.date} in currentdate-dayofweek(currentdate,crMonday)+1 to currentdate

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top