Combo Box Empty

  • 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 after editing
tables format, the combo box is blank when it pops down. But if I choose
one of the empty field, I have an event that fills in other fields just
fine. How can I SEE the info in the combo box? Thanks... Bob
 
How may fields are in your query for the combo?
example:
If there are 3 fields and you want the 2nd one to show then
boundcolumn= probably 2 the column that contains data saved to field
# columns = 3 must match cols in query
columnwidths= 0";1.5";0" or whatever you want for what is to show
 
Back
Top