Hello,
I have two tables in question.
tbl_Employee
tbl_SalaryChange (will record each salary change for all employees)
In tblSalaryChange, both the "AppliesTo" and "Approver" field are linked to the EmployeeID in tbl_Employee, as both fields specify an employee.
I have not found way to query and report both employee names. Surely there is a way to do this, because this doesn't seem to be a rare situation.
Am I going about this the wrong way?
Thanks,
Alex
I have two tables in question.
tbl_Employee
tbl_SalaryChange (will record each salary change for all employees)
In tblSalaryChange, both the "AppliesTo" and "Approver" field are linked to the EmployeeID in tbl_Employee, as both fields specify an employee.
I have not found way to query and report both employee names. Surely there is a way to do this, because this doesn't seem to be a rare situation.
Am I going about this the wrong way?
Thanks,
Alex