S
Steve Wood
I need to find a way to add details of a mandatory training course from one
table thats updated by the db manager to a table with each users training
history. Using a table that lists all users.
So thats three tables as follows
tblMandatoryTraining (This is the list of Training courses the manager can
update)
tblTrainingHistory (This is a list of all training all users needs to
accomplish)
tblUsers (This is just a list of users)
There needs to be an entry for each course for each user as they then update
the record to say they have completed it..
Any help would be appreciated as I just cant get my head arround this one.
table thats updated by the db manager to a table with each users training
history. Using a table that lists all users.
So thats three tables as follows
tblMandatoryTraining (This is the list of Training courses the manager can
update)
tblTrainingHistory (This is a list of all training all users needs to
accomplish)
tblUsers (This is just a list of users)
There needs to be an entry for each course for each user as they then update
the record to say they have completed it..
Any help would be appreciated as I just cant get my head arround this one.