P
Patti
I have a combo box on a form that lets the user select a
company name from a table: "tblCompany" whose fields are
CompanyID (PK) and CompanyName.
I have the combo box properties set to the following:
row source type: table/query
row source: tblCompany
column Count: 1
Column Head: No
column width: 0.5"
bound column: 2
The dropdown menu only shows and only allows me to enter
the ID number even though I've selected the bound column
as "2" which, I'm assuming, is the 2nd column ...
CompanyName. However, when I go back to the actual
Master table that I'm entering data into, the company
name is listed properly. I've tried setting column count
to "2" so I can see both columns, but it still will enter
the ID number instead of the name. What am I doing wrong?
tia,
Patti
company name from a table: "tblCompany" whose fields are
CompanyID (PK) and CompanyName.
I have the combo box properties set to the following:
row source type: table/query
row source: tblCompany
column Count: 1
Column Head: No
column width: 0.5"
bound column: 2
The dropdown menu only shows and only allows me to enter
the ID number even though I've selected the bound column
as "2" which, I'm assuming, is the 2nd column ...
CompanyName. However, when I go back to the actual
Master table that I'm entering data into, the company
name is listed properly. I've tried setting column count
to "2" so I can see both columns, but it still will enter
the ID number instead of the name. What am I doing wrong?
tia,
Patti