sk1hotpepr
Technical User
I have a query to search for a person that worked on a project. I have five different fields that the persons name could be listed under, depending on what they did in that job. Ex. Person1 could be listed as the ProjectManager or could be listed as ProjectDesigner or as StudioDirector. I want to be able to find them for either position by their name only. I want to be able to combine the fields ProjectManager, ProjectDesigner and StudioDirector into one field (DTeam) so that when I run the stored procedure, I only have to check that one field - not an OR statement for each field. Is this possible?