So, by 'not working' you meant that you could not actually make a selection from the
Combobox. This demonstrates why you have to be as detailed as possible when describing a problem! If you'd made that clear, in your original post, we could have helped you immediately!
The Access Gnomes, in their infinite wisdom, look at the act of using of a
Combobox as a form of
editing a Record; hence if
AllowEdits is set to
No/False, they cannot be used!
FYI, if you need to
- Use a Combobox
- Not allow editing of Records
the workaround is to set
AllowEdits to
Yes/True and
Lock or
Lock and Disable all of the
Controls on the
Form.
Linq
;0)>