I have two tables I am attempting to query based on user selections. I have very little knowledge of SQL and I am not even sure if this is possible. Any help would be much appreciated!
The tables and columns used are as follows:
Table – ProjListTeam (displays all team members assigned to a specific project)
Column - ProjListID (value = ProjNum column below)
Column - ProjectTeam
Table – ProjList
Column - ProjNum
Column - ProjPhase
Column - ProjSponsor
I have a form that gives users the option to search and limit the data based on 1 or all of the following specific criteria:
• By phase a project is currently in (ProjPhase)
• By who the project sponsor is (ProjSponsor)
• By what team member is assigned (ProjTeam)
I want to be able to pull back only projects in “X” phase with a sponsor of “X” assigned to “X” team member.
The tables and columns used are as follows:
Table – ProjListTeam (displays all team members assigned to a specific project)
Column - ProjListID (value = ProjNum column below)
Column - ProjectTeam
Table – ProjList
Column - ProjNum
Column - ProjPhase
Column - ProjSponsor
I have a form that gives users the option to search and limit the data based on 1 or all of the following specific criteria:
• By phase a project is currently in (ProjPhase)
• By who the project sponsor is (ProjSponsor)
• By what team member is assigned (ProjTeam)
I want to be able to pull back only projects in “X” phase with a sponsor of “X” assigned to “X” team member.