0
votes

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!

1

1 Answers

0
votes

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

enter image description here