R
Robert
In my table there are fields for startmonth, startday, starthour,
startminute, startsecond, along with several other fields that do not pertain
to this thread.
In a report I have grouped by startday and starthour, and that much is
working.
At the end of report I need to count the total number of days reported in
this query(for example, in December there are 31 days but due to the Holidays
there were records reported for only 21 of those days. I know there are 21
because I ran the report and then tallied each separate day manually.
I tried Count([startday]) but it returned the total # of records. Any other
ideas?
startminute, startsecond, along with several other fields that do not pertain
to this thread.
In a report I have grouped by startday and starthour, and that much is
working.
At the end of report I need to count the total number of days reported in
this query(for example, in December there are 31 days but due to the Holidays
there were records reported for only 21 of those days. I know there are 21
because I ran the report and then tallied each separate day manually.
I tried Count([startday]) but it returned the total # of records. Any other
ideas?