S
Steve
I'm sure there is a simple answer to this question but it
is currently eluding me. I have an employee table related
to an employee project file in 1:many relationship. Each
employee can have multiple projects assigned to him/her.
Each employee can have the same project assigned to
him/her on multiple occassions. I want a query to tell me
the total number of employees that have been assigned to
a particular project. The problem I am having is that
employees that have been assigned the project more than
once are counted each time they were assigned that
project. I just want an employee counted once if assigned
to that project, no matter how many times that project
was assigned to that employee. Hope this makes sense.
Thanks for your help.
is currently eluding me. I have an employee table related
to an employee project file in 1:many relationship. Each
employee can have multiple projects assigned to him/her.
Each employee can have the same project assigned to
him/her on multiple occassions. I want a query to tell me
the total number of employees that have been assigned to
a particular project. The problem I am having is that
employees that have been assigned the project more than
once are counted each time they were assigned that
project. I just want an employee counted once if assigned
to that project, no matter how many times that project
was assigned to that employee. Hope this makes sense.
Thanks for your help.