Good morning,
I am trying to do the queries and I think it can be done in Access. Here are the data samples:
Table 1: Project_name, Reviewer, Analyst, Specialist, Approver
project 1, 125AA, 1347X, 8905E, 68092
project 2, 1347X, 7908E, 6008R, 1255A
(I have around 2,000 rows)
Table 2: Emp_ID, Name
125AA, Aaron B.
1347X, Bessy G.
8095E, Clark F.
68092, David O.
6008R, Edward J.
7908E, Frank D.
90824, George P.
(I have 500+ records)
I am looking to create queries that will produce the following results:
Project 1, Aaron B., Bessy G., Clark F., David O.
Project 2, Bessy G., Frank D., Edward J., Aaron B.
I think it is related to either Hlookup or Vlookup. I am concerned that I will create several tables in order to join them. Can anyone recommend simple queries that may produce the requested results? Thanks.
I am trying to do the queries and I think it can be done in Access. Here are the data samples:
Table 1: Project_name, Reviewer, Analyst, Specialist, Approver
project 1, 125AA, 1347X, 8905E, 68092
project 2, 1347X, 7908E, 6008R, 1255A
(I have around 2,000 rows)
Table 2: Emp_ID, Name
125AA, Aaron B.
1347X, Bessy G.
8095E, Clark F.
68092, David O.
6008R, Edward J.
7908E, Frank D.
90824, George P.
(I have 500+ records)
I am looking to create queries that will produce the following results:
Project 1, Aaron B., Bessy G., Clark F., David O.
Project 2, Bessy G., Frank D., Edward J., Aaron B.
I think it is related to either Hlookup or Vlookup. I am concerned that I will create several tables in order to join them. Can anyone recommend simple queries that may produce the requested results? Thanks.