josephbupe
Registered User.
- Local time
- Today, 21:15
- Joined
- Jan 31, 2008
- Messages
- 247
Hi,
Given the following tables:
T_Personnel
PersonnelID=PK
Family Name=text
T_Divisions
DivisionID=PK
DivisionName=txt
T_Stations
StationID=PK
StationName=txt
The three tables above are linked as follows:
T_PersonnelTransfers
TransferID=PK
PersonnelID=FK
DivisionID=FK
StationID=FK
How can i add a total number of Persons under a given Station so that the number appears in blankets at the end of each Station in a list box?
Joseph
Given the following tables:
T_Personnel
PersonnelID=PK
Family Name=text
T_Divisions
DivisionID=PK
DivisionName=txt
T_Stations
StationID=PK
StationName=txt
The three tables above are linked as follows:
T_PersonnelTransfers
TransferID=PK
PersonnelID=FK
DivisionID=FK
StationID=FK
How can i add a total number of Persons under a given Station so that the number appears in blankets at the end of each Station in a list box?
Joseph