Training Record Database

  • Thread starter The Ghostman via AccessMonster.com
  • Start date
T

The Ghostman via AccessMonster.com

Hi,

i want to create a database that will track our employee's training history.
i have these tables as of now:

- EMPLOYEES (EmployeeID, FirstName, LastName, Nationality, Job Title, etc)
- MODULES (or Training courses such First Aid, Driving Improvements, etc.)
ModuleID, Descrtiption, Duration, CourseDate, NextCourseDate, etc)
- TRAINERS (TrainerID, FirstName, LastName, etc)

I want the database to do the following:
- Add new record using a form
- display employees and their training records (one form using tabs)
- display the list of trainers
- sort training by employee ID, Last name, Data, etc
- a separate search engine (not using the default one)
- can be downloaded as Excel file.

i got things prepared, but its messed up. it seems im having trouble with
TABLE RELATIONSHIP...im a newbie..so if anyone could help me will be very
much appreciated.

also, if anyone have a sample of a training database, it will help me a lot!
Thanks
 
K

Klatuu

You are missing an important tables in your construct. You need a table that
records training for employees.


The EmployeeTraining table only needs a foreign key field to identify the
employee and a foreign key field to identify the session. You may also want
to include an outcome field that show a grade or pass/fail, or whatever you
use.
 
C

coffeeking

Hi,

i want to create a database that will track our employee's training history.
i have these tables as of now:

- EMPLOYEES (EmployeeID, FirstName, LastName, Nationality, Job Title, etc)
- MODULES (or Training courses such First Aid, Driving Improvements, etc.)
ModuleID, Descrtiption, Duration, CourseDate, NextCourseDate, etc)
- TRAINERS (TrainerID, FirstName, LastName, etc)

I want the database to do the following:
- Add new record using a form
- display employees and their training records (one form using tabs)
- display the list of trainers
- sort training by employee ID, Last name, Data, etc
- a separate search engine (not using the default one)
- can be downloaded as Excel file.

i got things prepared, but its messed up. it seems im having trouble with
TABLE RELATIONSHIP...im a newbie..so if anyone could help me will be very
much appreciated.

also, if anyone have a sample of a training database, it will help me a lot!
Thanks

HI

I use a data base I created 10 years ago and keep adding things to. It
does everything a training manager would want i would think . it even
creates the table place cards with the persons name and location. You
are quite welcome to a copy after i clean it out of the records. I am
only an amatuer but it has been invaluable to me over the years. let
me know. it will take a while to remove logos etc of all the forms and
reports.
 
G

ghostman via AccessMonster.com

can i have a link?


[quoted text clipped - 23 lines]
HI

I use a data base I created 10 years ago and keep adding things to. It
does everything a training manager would want i would think . it even
creates the table place cards with the persons name and location. You
are quite welcome to a copy after i clean it out of the records. I am
only an amatuer but it has been invaluable to me over the years. let
me know. it will take a while to remove logos etc of all the forms and
reports.
 
J

J. Williams

Try http://accesstrainingdatabase.blogspot.com/. The employee training
database templates here aren't free, but are affordable (under $20) and easy
to use.

ghostman via AccessMonster.com said:
can i have a link?


[quoted text clipped - 23 lines]
HI

I use a data base I created 10 years ago and keep adding things to. It
does everything a training manager would want i would think . it even
creates the table place cards with the persons name and location. You
are quite welcome to a copy after i clean it out of the records. I am
only an amatuer but it has been invaluable to me over the years. let
me know. it will take a while to remove logos etc of all the forms and
reports.
 
W

wiseowl

HI

I use a data base I created 10 years ago and keep adding things to. It
does everything a training manager would want i would think . it even
creates the table place cards with the persons name and location. You
are quite welcome to a copy after i clean it out of the records. I am
only an amatuer but it has been invaluable to me over the years. let
me know. it will take a while to remove logos etc of all the forms and
reports.

Hi,

I'm quite interested in your project as I'm also in the middle of
creating a training records database. If you have strip out the data
are you able to forward a copy. Cheers Terry.
 
G

Glenda

I am also interested in your database. Please respond. Thank you
--
Glenda


ghostman via AccessMonster.com said:
can i have a link?


[quoted text clipped - 23 lines]
HI

I use a data base I created 10 years ago and keep adding things to. It
does everything a training manager would want i would think . it even
creates the table place cards with the persons name and location. You
are quite welcome to a copy after i clean it out of the records. I am
only an amatuer but it has been invaluable to me over the years. let
me know. it will take a while to remove logos etc of all the forms and
reports.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top