D
debinnyc
I have created a db that is structured like this:
tblEmployees
EmployeeID pk
FullName
Email
JobTitle
Phone
Section
tblCertification
CertID pk
Certification
tbl Category
CategoryID pk
Category
tblDetails
ID pk
EmployeeID 1 to M
CertID 1 to M
CategoryID 1 to M
JobTitle
Certification
Expiration Date
Category
My issue: I created a form to enter certifications acheived, by using a
combo to select employee, certification and category and then enter text box
for expiration. Resulting data should be deposited into tblDetails, however I
cannot get tbl details to populate FirstName, JobTitle, etc based on the
entries on the form. When I set control source for the three combos to
EmployeeID, etc it enters the proper id from each connected table. However, I
want to have the additional information pull as well. If I should design it
another way, please let me know as I have not entered real data yet, only
testing. Thanks!
tblEmployees
EmployeeID pk
FullName
JobTitle
Phone
Section
tblCertification
CertID pk
Certification
tbl Category
CategoryID pk
Category
tblDetails
ID pk
EmployeeID 1 to M
CertID 1 to M
CategoryID 1 to M
JobTitle
Certification
Expiration Date
Category
My issue: I created a form to enter certifications acheived, by using a
combo to select employee, certification and category and then enter text box
for expiration. Resulting data should be deposited into tblDetails, however I
cannot get tbl details to populate FirstName, JobTitle, etc based on the
entries on the form. When I set control source for the three combos to
EmployeeID, etc it enters the proper id from each connected table. However, I
want to have the additional information pull as well. If I should design it
another way, please let me know as I have not entered real data yet, only
testing. Thanks!