M
Michel Walsh
hi,
Use a total query?
SELECT CreatedBy, COUNT(*)
FROM qryName
WHERE createdDate BETWEEN DateFrom AND DateEnd
GROUP BY CreatedBy
and eventually make the appropriate joins with the actual query/table you
use for the record source of the form, if this is appropriate...
Hoping it may help,
Vanderghast, Access MVP
Use a total query?
SELECT CreatedBy, COUNT(*)
FROM qryName
WHERE createdDate BETWEEN DateFrom AND DateEnd
GROUP BY CreatedBy
and eventually make the appropriate joins with the actual query/table you
use for the record source of the form, if this is appropriate...
Hoping it may help,
Vanderghast, Access MVP