R
Randy
Hello all....I have developed an attendance tracking report in my database
and I have a field on a report that I need to count the number of days in a
quarter (jan-mar, etc) a particular student attended class. Anyone have any
ideas? This is what I have so far:
=Count([AttendanceDate]) & " " & "Days"
I can't seem to figure out the "range" part...
Any help/suggestions would be most appreaciated.
and I have a field on a report that I need to count the number of days in a
quarter (jan-mar, etc) a particular student attended class. Anyone have any
ideas? This is what I have so far:
=Count([AttendanceDate]) & " " & "Days"
I can't seem to figure out the "range" part...
Any help/suggestions would be most appreaciated.