G
Guest
I have a database to track all employee applicants. There are three tables.
tbl #1 "Employee Applicants" :
fields: (1) ApplicantID - Autonumber (2) Name - Text
tbl #2 "Job Skills Categories"
fields (1) SkillID - Autonimber (2) Skill description
tble #3 "Employee Job Skills" - junction table
fields (1) ApplicantID (2) SkillID
I have a form with the fields from the Employee Applicants table and a
subform based on a query of data from tbls "Employee Applicants" and "Job
Skills Category". The subform contains a combo field "Job Field Description"
with row source "Job Skills Category" with 2 columns (one for SkillID and one
for Skill description) bound to column 1. I have the column widths set so I
can see both the SkillID and the Skill Descrption.
The problem is that when I go to the main form and choose another skill from
the drop down menu in the subform, the SkillID displaysinstead of the Skill
Description. Also, it creates a record in the "Job Skills Category" table
instead of the "Employee Job Skills" table.
What am I doing wrong?
tbl #1 "Employee Applicants" :
fields: (1) ApplicantID - Autonumber (2) Name - Text
tbl #2 "Job Skills Categories"
fields (1) SkillID - Autonimber (2) Skill description
tble #3 "Employee Job Skills" - junction table
fields (1) ApplicantID (2) SkillID
I have a form with the fields from the Employee Applicants table and a
subform based on a query of data from tbls "Employee Applicants" and "Job
Skills Category". The subform contains a combo field "Job Field Description"
with row source "Job Skills Category" with 2 columns (one for SkillID and one
for Skill description) bound to column 1. I have the column widths set so I
can see both the SkillID and the Skill Descrption.
The problem is that when I go to the main form and choose another skill from
the drop down menu in the subform, the SkillID displaysinstead of the Skill
Description. Also, it creates a record in the "Job Skills Category" table
instead of the "Employee Job Skills" table.
What am I doing wrong?