Hello All,
I have library books database in MS Access and people borrow books and submit them. I want to see the count i.e
Total # of books borrowed at the end of each month from the past 6 months and
Total # of books submitted at the end of the month.
How should I write the query to check the # of books at the end date of each month.
I am using the following query:
Select count(status) where status =”Borrowed” and Borrowdate=………
Any suggestion would be appreciated.
Thanks
Blyssz
I have library books database in MS Access and people borrow books and submit them. I want to see the count i.e
Total # of books borrowed at the end of each month from the past 6 months and
Total # of books submitted at the end of the month.
How should I write the query to check the # of books at the end date of each month.
I am using the following query:
Select count(status) where status =”Borrowed” and Borrowdate=………
Any suggestion would be appreciated.
Thanks
Blyssz