Hi:
I have a table that captures the names of workers in 3 fields, "Staff1", "Staff2" and "Staff3" for each record.
I would like to create a report which sorts by staff name, but I'm not sure how to pull up all records for a staff member when they could be listed in any of the aforementioned 3 fields.
So, if my records look like
Record Staff1 Staff2 Staff3
1 Jim John Frank
2 Frank
3 John Mike
4 Mike Jim John
My report should look be able to identify (sorted in alphabetical order):
Frank: 2
Jim: 2
John: 3
Mike: 2
Can anyone please help?
Thanks,
EBox
I have a table that captures the names of workers in 3 fields, "Staff1", "Staff2" and "Staff3" for each record.
I would like to create a report which sorts by staff name, but I'm not sure how to pull up all records for a staff member when they could be listed in any of the aforementioned 3 fields.
So, if my records look like
Record Staff1 Staff2 Staff3
1 Jim John Frank
2 Frank
3 John Mike
4 Mike Jim John
My report should look be able to identify (sorted in alphabetical order):
Frank: 2
Jim: 2
John: 3
Mike: 2
Can anyone please help?
Thanks,
EBox