I would this what I am trying to do is fairly straightforward, yet the answer eludes me.
I have a list of employees in one table, and a series of records they entered in another table. The common field between the two tables is Employee ID. I have linked the fields using a Left Outer Join.
I want a listing of ALL employees and the total number of records they entered. So, if the employees did not enter any records during the timeframe, their total should be zero.
Does anyone have any suggestions?
I have a list of employees in one table, and a series of records they entered in another table. The common field between the two tables is Employee ID. I have linked the fields using a Left Outer Join.
I want a listing of ALL employees and the total number of records they entered. So, if the employees did not enter any records during the timeframe, their total should be zero.
Does anyone have any suggestions?