I have a field in a table called ood_date. I want to run a query that
will tell me the number of entries between 2 given dates. the end
result would be...
officer name number of entries number of hours
I have the name and the time issue resolved but i can not egt the query
to either understand the count(ood_date) ot the tot(ood_date) in the
select statement.