D
DevlinM
I have a table Personnel and a Table EmploymentStatus.
I want to write a query that will show all Personnel with most current
Employment Status Only. Any help is always appreciated.
Tables are as follows:
Tbl_Personnel
att_PersID
att_PersNameLast
Tbl_EmpStatus
att_ESID
att_ES_FK_PersID
att_ES_FK_BusStatusID
att_ESDate
I want to write a query that will show all Personnel with most current
Employment Status Only. Any help is always appreciated.
Tables are as follows:
Tbl_Personnel
att_PersID
att_PersNameLast
Tbl_EmpStatus
att_ESID
att_ES_FK_PersID
att_ES_FK_BusStatusID
att_ESDate