1

I have an access form that includes a combo box.

I load the values in the combo box from a value list.

While the combo box opens and I can see all the values, when I click in it I cannot select a value. I click but nothing happens. The combo box remains opened displaying all the possible values.

enter image description here

Here is my configuration:

enter image description here

Any thoughts on what I am doing wrong?

Thanks in advance!

Lee Mac
  • 15,615
  • 6
  • 32
  • 80
Bytor
  • 33
  • 4

1 Answers1

1

Ensure that the Form object itself allows edits, i.e.:

enter image description here

Lee Mac
  • 15,615
  • 6
  • 32
  • 80