Okay. How do I get the Job Skill Description to show up in the drop down
combo box? Table #3 only has the Job SkillID and ApplicantID.
I've made some progress since your last repy. I based the subform on table
#3 as you suggested. Then in the combo box of the subquery, I indicated
column count = 2 with widths of .2";1" with bound colum #1. This works
great. I can see the skill description from the drop down box and it is
creating a record in table #3 as it should.
It would be better for me if I saw the job skill description instead of the
number after making my choice. How do I accomplish this?
> Okay. How do I get the Job Skill Description to show up in the drop down
> combo box? Table #3 only has the Job SkillID and ApplicantID.
[quoted text clipped - 45 lines]
> > >> >
> > >> > What am I doing wrong?
Duane Hookom - 09 Aug 2005 04:59 GMT
If you don't need to ever see the ID, then set the column widths to
0";1"

Signature
Duane Hookom
MS Access MVP
> I've made some progress since your last repy. I based the subform on
> table
[quoted text clipped - 67 lines]
>> > >> >
>> > >> > What am I doing wrong?