Get the last saturday

S

Scott

I'm looking for a function that will always return last saturday's date, for
example, today 6/30/2003 would the functin return 6/28/2003, and so on, till
7/5/2003, and from 7/6/2003 and ahead it should return 7/5/2003.


Thanks

Scott
 
G

Graham R Seach

Scott,

Date() - DatePart("w", Date(), vbSunday)

Graham R Seach
Microsoft Access MCP, MVP
Sydney, Australia
 
G

Graham R Seach

Scott,

Date() - DatePart("w", Date(), vbSunday)

Graham R Seach
Microsoft Access MCP, MVP
Sydney, Australia
 

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