I have a table FCData with the following fields
FCData
------------
ID ----> auto assigned primary key
Emp_ID
DT
------------
On any given day an employee, represented by Emp_ID, can be recorded multiple times. I want to know if I can query to show how many times per month an employee is...