johannaellamay
Registered User.
- Local time
- Today, 12:17
- Joined
- Jul 19, 2014
- Messages
- 190
Hi! I have two tables for Employees and Properties of the company. Each property is assigned to a particular employee. Here are the details:
Employees Table
Last Name
First Name
Department
Position
Supervisor
Date Hired
Location
Properties Table
Property number
Item description
Assigned employee (lookup field based on the query below)
Position
Department
Supervisor
Employees Query
Concatenated field for Last Name and First Name
Position
Department
Supervisor
What I want is that when the user selects an employee on the Properties table, the rest of the data (position, department, supervisor) will automatically show. How do I do this?
Employees Table
Last Name
First Name
Department
Position
Supervisor
Date Hired
Location
Properties Table
Property number
Item description
Assigned employee (lookup field based on the query below)
Position
Department
Supervisor
Employees Query
Concatenated field for Last Name and First Name
Position
Department
Supervisor
What I want is that when the user selects an employee on the Properties table, the rest of the data (position, department, supervisor) will automatically show. How do I do this?