Christine Pearc
Christine
- Local time
- Today, 09:15
- Joined
- May 13, 2004
- Messages
- 111
I’ve gotton myself completely confused with relationships and need some help.
In tblCARs I have a field called OwnerID.
OwnerID should get its value from tblProcesses, which has the following fields:
ProcessID (autonumber)
Process (a descriptive text field)
OwnerID (gets its value from:
SELECT qryEmployees.EmployeeID, qryEmployees.FullName FROM qryEmployees;
In a query, I want to display the FullName associated with the OwnerID – not the EmployeeID.
How should the relationship be set up for the query, and what should the query output field me? I’ve tried all sorts of link combinations, with no success.
In tblCARs I have a field called OwnerID.
OwnerID should get its value from tblProcesses, which has the following fields:
ProcessID (autonumber)
Process (a descriptive text field)
OwnerID (gets its value from:
SELECT qryEmployees.EmployeeID, qryEmployees.FullName FROM qryEmployees;
In a query, I want to display the FullName associated with the OwnerID – not the EmployeeID.
How should the relationship be set up for the query, and what should the query output field me? I’ve tried all sorts of link combinations, with no success.