G
Guest
I am trying to create a database for our company. It would be for keeping
track of any courses that our employees have been too.
Table one
PersonnelID
LName
FName
OfficeID
JobTitle
Table two
AgencyID
CourseTitle
Location
Dates Attended
Instructor
Hours completed
My problem is trying to get the two tables to share data. I know from a
couple of college courses from years ago that I need relationships between
the two but getting that is another matter.
I also need be able to type in an employee's last name and have that data
auto fill into a form. before updating any course data.
Any suggestions very welcome.
track of any courses that our employees have been too.
Table one
PersonnelID
LName
FName
OfficeID
JobTitle
Table two
AgencyID
CourseTitle
Location
Dates Attended
Instructor
Hours completed
My problem is trying to get the two tables to share data. I know from a
couple of college courses from years ago that I need relationships between
the two but getting that is another matter.
I also need be able to type in an employee's last name and have that data
auto fill into a form. before updating any course data.
Any suggestions very welcome.