Hello All,
I have library books database in MS Access and people borrow books and submit them.
In the table I have Status field, BorrowedDate, SubmitDate and several other fields like BookName, BookType etc
I want to checkthe count i.e
# of New books borrowed at the end of each week for the past 5 weeks and
# of New books submitted at the end of the week for the past 5 weeks.
Also Total # of all books submitted at the end of each week
Total # of all books borrowed at the end of each week.
So I just want to check if the rate of submission is more than rate of borrowing.
I understand that we can get the date, or month from the query but I could not find any function for the week and If I have the date then how can I use Datepart Function for the week.
How should I write the query to get the number new books submitted and borrowed at the end of each week and To get the total of all books submitted and borrowed at the end of each week for the past 4 week.
Any suggestion would be appreciated.
Thanks
Blyssz