josephbupe
Registered User.
- Local time
- Today, 23:17
- Joined
- Jan 31, 2008
- Messages
- 247
I am creating a personnel database. The personnel are often transferred from one office to another in different divisions around the country.
In the personnel details form, I have a subform with two cascaded combo boxes that for selecting Divisions and office of transfer, respectively. This works fine.
However, I was wondering how am going to store or query personnel currently posted to a particular office, since in my case above one personnel may have been transferred to different offices which all are listed in the subform.
By the way, my table structures are as follows and transfer information is saved to the table T_PersonnelTransfers as foreign keys:
T_Personnel
PersonnelID=Auto
T_Divisions
DivisionID=Auto
DivisionName=Text
T_Office
OfficeID=Auto
DivisionID=Number
OfficeName=Text
T_PersonnelTransfers
TransferID=Auto
DivisionID=Number
OfficeID=Number
TransferDate=Date/Time
I will appreciate any help.
Thanx
joseph
In the personnel details form, I have a subform with two cascaded combo boxes that for selecting Divisions and office of transfer, respectively. This works fine.
However, I was wondering how am going to store or query personnel currently posted to a particular office, since in my case above one personnel may have been transferred to different offices which all are listed in the subform.
By the way, my table structures are as follows and transfer information is saved to the table T_PersonnelTransfers as foreign keys:
T_Personnel
PersonnelID=Auto
T_Divisions
DivisionID=Auto
DivisionName=Text
T_Office
OfficeID=Auto
DivisionID=Number
OfficeName=Text
T_PersonnelTransfers
TransferID=Auto
DivisionID=Number
OfficeID=Number
TransferDate=Date/Time
I will appreciate any help.
Thanx
joseph