Invisible Field after selecting from Combo Box

B

Bob

I have a table with CustID which is primary Key. I have a second table that
pulls in the custid via relationship. The problem is that when the combo
pops-up... when I select the item, nothing shows up in the field on table or
form.
 
J

John Vinson

I have a table with CustID which is primary Key. I have a second table that
pulls in the custid via relationship. The problem is that when the combo
pops-up... when I select the item, nothing shows up in the field on table or
form.

Then there's something wrong with the combo box.

What are its relevant properties - RowSource (post the SQL if it's a
query), Control Source, Column Count, Bound Column, Column Widths?

John W. Vinson[MVP]
 
Top