Problem in ComboBox

G

Ganesh

I have a combobox in one of my access form. I am using a
query to populate the combobox. When i am setting the
BoundColumn property to a nonzero value, i am getting a
truncated list in the combobox. But when i am using
boundcolumn property as 0 or blank, i am getting full list
in the combobox. Any pointers to this problem and it's
solution will be highly appreciated.
As suggested by some programmer i have matched the column count of the query populating the combobox, Column Count property of the combo box and Column Widths (i have mentioned widths for all the columns) property of the combobox, But this didn't help. Please help.
 

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

Top