M
MonthlyReg
So, I'm trying to use a query to count the days of enrollment for multiple
students in a given month.
I have a parameter query set up to show which students were enrolled between
the parameter StDate and EndDate.
If a student is enrolled before the Parameter StDate and is discharged after
the parameter EndDate, then the Enrollement Days would be 31 (or 30 depending)
Now the trouble i'm running into is if a student enrolls half way through
the month, or is discharged from the program half way through the month then
the enrollment days would be less.
I have an EnrollmentDate Field and a DischargeDate Field to work with but I
don't know how?
Any ideas??
students in a given month.
I have a parameter query set up to show which students were enrolled between
the parameter StDate and EndDate.
If a student is enrolled before the Parameter StDate and is discharged after
the parameter EndDate, then the Enrollement Days would be 31 (or 30 depending)
Now the trouble i'm running into is if a student enrolls half way through
the month, or is discharged from the program half way through the month then
the enrollment days would be less.
I have an EnrollmentDate Field and a DischargeDate Field to work with but I
don't know how?
Any ideas??