R
Roxann
Please help!! I have a simple query, but am having trouble
sorting it into the form I need for my report.
I need the report sorted by school name # of students
attending, but it needs to count every student only once
based on the most recent date in the DateEnrolled field.
I have just three fields:
"Student#", "SchoolName", "DateEnrolled"
A sample query might say:
Student #1 Washington Elementary 09/28/2003
Student #1 State Elementary 09/15/2003
Student #1 Greenwood Elementary 08/15/2003
Student #2 Washington Elementary 09/28/2003
Student #2 Greenwood Elementary 09/12/2003
Student #2 State Elementary 08/27/2003
Student #3 Greenwood Elementary 09/28/2003
Student #3 State Elementary 08/21/2003
Student #3 Washington Elementary 08/15/2003
I need a report that says:
Washington Elementary = 2
GreenWood Elementary = 1
sorting it into the form I need for my report.
I need the report sorted by school name # of students
attending, but it needs to count every student only once
based on the most recent date in the DateEnrolled field.
I have just three fields:
"Student#", "SchoolName", "DateEnrolled"
A sample query might say:
Student #1 Washington Elementary 09/28/2003
Student #1 State Elementary 09/15/2003
Student #1 Greenwood Elementary 08/15/2003
Student #2 Washington Elementary 09/28/2003
Student #2 Greenwood Elementary 09/12/2003
Student #2 State Elementary 08/27/2003
Student #3 Greenwood Elementary 09/28/2003
Student #3 State Elementary 08/21/2003
Student #3 Washington Elementary 08/15/2003
I need a report that says:
Washington Elementary = 2
GreenWood Elementary = 1