Hi all,
Thank you so much for helping me out with my previous questions.
Now I have another Problem that needs to be resolved Asap.
I have 3 tables: Employee, Payroll, and 401K.
Employee is the main table and EmployeeID is in both
Payroll and 401K tables. Because the user doesn't always
create a record for a certain employee in the payroll first.
For this reason, not all Employees are in both 2 tables.
I am supposed to pull out all info from the 3 tables.
I have full outer join between the Payroll and the 401K tables
and how can I link with the Employee table to get the Employee NAME.
I can't think of a type of JOIN to pull out employee name.
Please help me out.
Thanks a lot for your help.
Thank you so much for helping me out with my previous questions.
Now I have another Problem that needs to be resolved Asap.
I have 3 tables: Employee, Payroll, and 401K.
Employee is the main table and EmployeeID is in both
Payroll and 401K tables. Because the user doesn't always
create a record for a certain employee in the payroll first.
For this reason, not all Employees are in both 2 tables.
I am supposed to pull out all info from the 3 tables.
I have full outer join between the Payroll and the 401K tables
and how can I link with the Employee table to get the Employee NAME.
I can't think of a type of JOIN to pull out employee name.
Please help me out.
Thanks a lot for your help.