dervive Week Commencing Date from any date?

G

Guest

Hi.

My Database contains a Date/Time field (MyDate) and it would be usefull if I
add a field in my Query that calculates the Week Commencing date for each of
these, using Monday as the Start date

e.g

MyDate = Week Commencing Date
10/10/2005 = 10/10/2005
11/10/2005 = 10/10/2005
18/10/2005 = 17/10/2005
21/10/2005 = 17/10/2005

etc

I've looked through the site but can find nothing on this.

Hoping someone can help.
 
G

Guest

Cheers, ended up using

WeekCom: [ReceiptDate]+1-Weekday([ReceiptDate]+6)

which seems to work well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top