A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linking Supervisor's to designated employee's to training



 
 
Thread Tools Display Modes
  #1  
Old June 11th, 2009, 04:28 PM posted to microsoft.public.access.tablesdbdesign
Fly Boy 5
external usenet poster
 
Posts: 50
Default Linking Supervisor's to designated employee's to training

I'm trying to come up with a training progress data base.
I have 3 tables:
Supervisors, Operators and training.

I thougt I could link one supervisor to many operator to many training
sessions.

Any suggestions would be appreciated.

JW
  #2  
Old June 11th, 2009, 05:23 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Linking Supervisor's to designated employee's to training

Insufficient info ...

Telling the table names doesn't let us know what data is being stored (i.e.,
both fieldnames and what is actually stored in the fields).

Don't your 'training sessions' have topics? Where's a table related to
TrainingTopics?

More info, please...

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Fly Boy 5" wrote in message
...
I'm trying to come up with a training progress data base.
I have 3 tables:
Supervisors, Operators and training.

I thougt I could link one supervisor to many operator to many training
sessions.

Any suggestions would be appreciated.

JW



  #3  
Old June 11th, 2009, 10:12 PM posted to microsoft.public.access.tablesdbdesign
Steve[_72_]
external usenet poster
 
Posts: 190
Default Linking Supervisor's to designated employee's to training

Consider using the following tables:

TblSupervisor
SupervisorID
FName
LName
etc

TblOperator
OperatorID
OPFName
OpLName
etc

TblSupervisorOfOperator
SupervisorOfOperatorID
SupervisorID
OperatorID

TblTrainingSubject
TrainingSubjectID
TrainingSubject

TblTrainingSession
TrainingSessionID
TrainingSessionDate
TrainingSubjectID

TblTrainingSessionAttendee
TrainingSessionAttendeeID
TrainingSessionID
OperatorID
DateRegistered
TrainingSessionCompleted (Yes/No)

Steve



"Fly Boy 5" wrote in message
...
I'm trying to come up with a training progress data base.
I have 3 tables:
Supervisors, Operators and training.

I thougt I could link one supervisor to many operator to many training
sessions.

Any suggestions would be appreciated.

JW



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:45 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.