The more I read the more confused I get. Too much on dates calulations
in the groups.
I need to know how often a book has been loaned out over the past year-
52 weeks.
My table has
Book
DateOut
Total
DateReturn
the Total should show the number of times the book has been loaned over
the past year.
I thought doing a querie on a particular book: gives all dates
then somehow do another querie to give only those dates from say
(23/06/2005 minus 52 weeks) giving the dates over the past year
then to count the number of dates thus obtained: say 6
and there it is.
Would be nice to have the total days over the past year too but that
would be icing..
But how?
Lindie
in the groups.
I need to know how often a book has been loaned out over the past year-
52 weeks.
My table has
Book
DateOut
Total
DateReturn
the Total should show the number of times the book has been loaned over
the past year.
I thought doing a querie on a particular book: gives all dates
then somehow do another querie to give only those dates from say
(23/06/2005 minus 52 weeks) giving the dates over the past year
then to count the number of dates thus obtained: say 6
and there it is.
Would be nice to have the total days over the past year too but that
would be icing..
But how?
Lindie
Comment