M
Marina
I am trying to put together a query, from two tables:
Table 1 - USERS
Field1: UserID (Integer)
Field2: FirstName (Text)
Field3: Lastname (Text)
Table 2 - PROJECTS
Field1: ____
Field2: ____
Field3: Handler (Integer)
Field4: Reviewer(Integer)
Field5: TestedBy (Integer)
Fields 3, 4 and 5 in table PROJECTS reference Field 1 (UserID) in USERS. I
need to combine these two tables and create 3 fields: Handler, Reviewer and
TestedBy, each of which needs to be a combination of First and Last Name
from USERS...
Thank you in advance for your help!
Table 1 - USERS
Field1: UserID (Integer)
Field2: FirstName (Text)
Field3: Lastname (Text)
Table 2 - PROJECTS
Field1: ____
Field2: ____
Field3: Handler (Integer)
Field4: Reviewer(Integer)
Field5: TestedBy (Integer)
Fields 3, 4 and 5 in table PROJECTS reference Field 1 (UserID) in USERS. I
need to combine these two tables and create 3 fields: Handler, Reviewer and
TestedBy, each of which needs to be a combination of First and Last Name
from USERS...
Thank you in advance for your help!