ComboBox choices won't select? (1 Viewer)

scottydel

Registered User.
Local time
Today, 00:24
Joined
Apr 18, 2007
Messages
35
Hello,

I have a combobox control bound to a table, and pre-populated with a query. Choosing something in the combobox should not update the table, but I would still like to be able to pick from the list.

When I click the mouse on one of the items in the combobox's drop-down list, the drop-down list remains open, and I cannot select any of the choices. It's as if it's "disabled" or something. When I leave the combobox (move to another control on the form), it defaults to the first choice in the drop-down box.

Any ideas?

Thanks,

Scott
 

Sleekmac

Registered User.
Local time
Today, 00:24
Joined
Sep 25, 2006
Messages
34
It sounds like the problem is that you don't really want this to be bound. You can still have it populate with the data from a table/query even if it is unbound. You just put an SQL query in the RowSource field of the combobox.
 

Users who are viewing this thread

Top Bottom