kishanpatel50
Registered User.
- Local time
- Today, 08:10
- Joined
- Sep 8, 2006
- Messages
- 11
i have made a report from a criteria query. the report shows records since a date specified earlier.
a table holds a collection of articles and another table with studentID and ArticleID and BorrowedDate.
i have got the report thats shows the articles borrowed since a specified date.
i have a column in the report that i want to count the total number of articles the student has, but i can only count how many the student has since the specified date.
For example my Borrowed table hold on
StudentID ArticleID DateBorrowed
7759 ENG001 01/02/06
7759 MAT001 10/02/06
7759 ENG002 11/02/06
if i specified the date 05/02/06 the report will show the last 2 records..but i want the count column to show 3 not 2 because 7759 has a total of 3 article
a table holds a collection of articles and another table with studentID and ArticleID and BorrowedDate.
i have got the report thats shows the articles borrowed since a specified date.
i have a column in the report that i want to count the total number of articles the student has, but i can only count how many the student has since the specified date.
For example my Borrowed table hold on
StudentID ArticleID DateBorrowed
7759 ENG001 01/02/06
7759 MAT001 10/02/06
7759 ENG002 11/02/06
if i specified the date 05/02/06 the report will show the last 2 records..but i want the count column to show 3 not 2 because 7759 has a total of 3 article