Populate a combo box

D

Dave

I have a form with a combo box in it. When I click on the arrow, the drop
down box appears but when I select one of the options in the drop down box,
it does not populate in the combo box. Can anybody help?
 
M

Maurice

Have you checked the bound column to what the combo is set? Furthermore check
the properties of the columnwidths. I most cases the first column is not
shown by setting it's value to 0 (zero) and the second column to a certain
width.

hth
 
D

Dave

It is bound to column 1 and the column widths are set at 0;1. I still have
the same problem.
 
M

Maurice

Dave,

Apologies for the late reaction but can you give me some specifications
concerning you combobox so i can try to simulate it on my own machine.

So does the form have a recordsource...
What's the source of the combobox (table, query)
Is the combobox bound to a controlsource (or is it unbound)
what are the settings of the combobox
 

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

Similar Threads


Top