Hello, I am developing a project tracking database for my department. I am creating an active list of the projects and need to show the project manager for each project.
There are a few titles the project manager can be. I've assigned an ID to each of the those titles.
Program Manager = 1
Lead Manger= 2
Secondary Manager = 3
Support 1= 4
Support 2= 5
Support 3 = 6
Support 4 = 7
Business Rep = 8
For some projects there may be mutiple people assigned, I only need to see the Program Manger, if no program manager then the lead manager, if no lead manager than the business rep.
Currently if there are 3 different people assigned to a project the active project query is showing 3 of the same projects, one for each member assigned. I only need to see the top level person on the project.
thoughts??
There are a few titles the project manager can be. I've assigned an ID to each of the those titles.
Program Manager = 1
Lead Manger= 2
Secondary Manager = 3
Support 1= 4
Support 2= 5
Support 3 = 6
Support 4 = 7
Business Rep = 8
For some projects there may be mutiple people assigned, I only need to see the Program Manger, if no program manager then the lead manager, if no lead manager than the business rep.
Currently if there are 3 different people assigned to a project the active project query is showing 3 of the same projects, one for each member assigned. I only need to see the top level person on the project.
thoughts??