Combo Boxes will not "take" or commit the selection

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

I have a Combo box on a form (unbound). I have a query that gives me
the list for the box. Suddenly two days ago, the behavior of the box
changed. I hit the arrow, and I get my list of items to choose from,
just like normal. As I move my mouse through that list, each item is
highlighted just like normal.

However, if I click on one of the items, nothing happens. It is as if
my mouse button does not work. It is not just one combo box, but
apparently all of them.

Any ideas?

Phil
 
However, if I click on one of the items, nothing happens. It is as if
my mouse button does not work. It is not just one combo box, but
apparently all of them.

Any ideas?

Have you perhaps set the Form's AllowUpdates property to No?

John W. Vinson[MVP]
 
AllowEdits property, actually. Don't know how it got changed, but I
changed it back and all is cool.

Thank you very much.

Phil
 
Back
Top