Hi John,
I figured out my problem, I had a primary key in the child field.
It functions well, but when I tried the formula for the descriptions I got
this in the descriptions field, #Name?. My formula reads =[Parts Combo
Box].Column(2)
The Parts Combo Box is the query I ran that the Parts List Combo Box runs
off of.
What would I be doing wrong?
Using a combo box in a Query, or a Table, for starters.
Table and query datasheets are of VERY limited utility. I was assuming you
were using a Form (based on the subject line). The syntax will work if the
Combo Box is a control on your Form, has at least three columns (the (2) means
the third column, it is zero based), and the textbox withthis control source
is on the same form.
Note that a Query has a name property, and a Combo Box has a name property...
but a query is not a combo box, and vice versa. My suggestion will work on a
Form; it will not work in a Table, and you shouldn't be looking at the table
anyway!
John W. Vinson [MVP]