Jamaluddin Jamal
Registered User.
- Local time
- Today, 03:11
- Joined
- Apr 15, 2017
- Messages
- 13
I have two tables, tblEmp and tblEmpPositions. tblEmp has fields like EmpID, EmpName, EmpFather and EmpDOB. tblEmpPositions has fields like PositionsID, EmpID, EmpDesign, StartDate and EndDate. Scenario is 1 Employee worked on different Positions for specified period of Time. What I want to get the Most Recent (or the Last Entered Position) of an Employee.
The end result like:
tblEmp.EmpID, tblEmp.EmpName, tblEmp.EmpFather, tblEmp.EmpDOB, tblEmpPositions.EmpDesign, tblEmpPositions.StartDate, tblEmpPositions.EndDate
Thanks in Advance
The end result like:
tblEmp.EmpID, tblEmp.EmpName, tblEmp.EmpFather, tblEmp.EmpDOB, tblEmpPositions.EmpDesign, tblEmpPositions.StartDate, tblEmpPositions.EndDate
Thanks in Advance