I have a table (1) that includes four separate user ID fields (CRE_USER, LAST_USER, USR_USER, REV_USER) in each record. I am trying to bring in the username(s) associated with the user IDs from table (2) that that has the Userid and Username.
How can I create a relationship between these two tables where the output table (3) shows all the records from table 1 with the usernames for each user ID from table 2?


