S
Stonewall
I have a calculated field on a report in access 2000. Currently, it goes to
the attendance table and adds up all the hours for a particular student. It
works fine but what I need to do now is add up all the hours WITHIN A RANGE
OF DATES for the student. The query that runs the report already prompts the
user for the date range. How would I reformat this syntax to just select the
records within the range of dates the user types in?
=Format(Nz(DSum("dailyHours","attendance_clock_in","studentid=" &
[employeeid]),0),"Fixed")
Thanks.
the attendance table and adds up all the hours for a particular student. It
works fine but what I need to do now is add up all the hours WITHIN A RANGE
OF DATES for the student. The query that runs the report already prompts the
user for the date range. How would I reformat this syntax to just select the
records within the range of dates the user types in?
=Format(Nz(DSum("dailyHours","attendance_clock_in","studentid=" &
[employeeid]),0),"Fixed")
Thanks.