josephbupe
Registered User.
- Local time
- Today, 17:52
- Joined
- Jan 31, 2008
- Messages
- 247
Please, allow me to ask this question again which has gone un answered since the first post.
I have three tables namely:
T_Personnel
personnelID=PK
FamilyName
T_Division
DivisionID=PK
DivisionName
T_Stations
StationID=PK
DivisionID=FK
StationName
I am recording personnel transfer history in the following table
T_PersonnelTransfers
TransferID=PK
PersonnelID=FK
DivisionID=FK
StationID=FK
TransferDate
Now please, i need to know how i can create a query that will return only the latest transfer date along with corresponding DivisionName and StationName for a given Personnel.
Joseph
I have three tables namely:
T_Personnel
personnelID=PK
FamilyName
T_Division
DivisionID=PK
DivisionName
T_Stations
StationID=PK
DivisionID=FK
StationName
I am recording personnel transfer history in the following table
T_PersonnelTransfers
TransferID=PK
PersonnelID=FK
DivisionID=FK
StationID=FK
TransferDate
Now please, i need to know how i can create a query that will return only the latest transfer date along with corresponding DivisionName and StationName for a given Personnel.
Joseph