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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working out days from dates in query. 1

Status
Not open for further replies.

postmanphat

Technical User
Joined
Nov 13, 2006
Messages
117
Location
GB
Hi,

I have a table holding a which items were issued on which date. I'd like to be able to produce a query that tells me how many were issued on Mondays, Tuesdays etc over a certain period.

So, very simplistically my table looks like this:

IssueID ItemID DateIssued

1 1100 10/02/08
2 1250 10/02/08
3 1100 11/02/08
4 1365 11/02/08
...

Hope thats clear... all help is most appreciated

Dave
 
Hi,

You should have a look at the Weekday function.
 
I should. And I did. And all is good.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top