G
Guest
I have a table setup that contains fields crew1 crew2 crew3 crew4
What I would like to do is make a query/report that will look at each field, and add up each occurance of an employee ID #
so if I have employeeid 1 in crew1 in one instance, and then in crew2 on another record. I would like my report to come back saying that employeeid 1 appears 2 times total.
OR i can consolidate the fields into one field called crew enter the ID # seperated by a comma..... have a query or something look at how many times id 1 appears, while ignoring all other entries in the field.
In the end I need a report that will pull out the EmployeeID from whichever field and tell me how many times it occurs there, report will specify each employee listed between a date range - i can handle the date range part.
Sorry if I make this sound confusing.
thanks
What I would like to do is make a query/report that will look at each field, and add up each occurance of an employee ID #
so if I have employeeid 1 in crew1 in one instance, and then in crew2 on another record. I would like my report to come back saying that employeeid 1 appears 2 times total.
OR i can consolidate the fields into one field called crew enter the ID # seperated by a comma..... have a query or something look at how many times id 1 appears, while ignoring all other entries in the field.
In the end I need a report that will pull out the EmployeeID from whichever field and tell me how many times it occurs there, report will specify each employee listed between a date range - i can handle the date range part.
Sorry if I make this sound confusing.
thanks