Invisible Field after selecting from Combo Box

  • Thread starter Thread starter Bob
  • Start date Start date
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.
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top