S
Sue
I created a database for a school which tracks infractions. These infractions
are stored in a table, and a student receives one point per infraction. When
I try to total points in a query using sum, it works fine. When I add a
parameter with a date range (e.g. infractions that occurred January - March)
then I cannot total them in the query, but can with a separate field in a
report. I would like to report on only those that are over 4 points within a
date range. I'm running into a brick wall in the reporting. How to filter
only those with over 4 points within a date range? Do I add something to the
query? Or add something to a macro that runs the report? Or some expression
within the report?
Thanks!
are stored in a table, and a student receives one point per infraction. When
I try to total points in a query using sum, it works fine. When I add a
parameter with a date range (e.g. infractions that occurred January - March)
then I cannot total them in the query, but can with a separate field in a
report. I would like to report on only those that are over 4 points within a
date range. I'm running into a brick wall in the reporting. How to filter
only those with over 4 points within a date range? Do I add something to the
query? Or add something to a macro that runs the report? Or some expression
within the report?
Thanks!