View Full Version : Cannot click on list box


bluwind
03-31-2008, 04:46 PM
Hi all, i have a list box (well three), and none of them will let me click them when populated with data.

I have written a small piece of code to display a messagebox
e.g

msgbox me.list33.value


anyone have any ideas why list boxs cant be clicked.?

blu

boblarson
03-31-2008, 05:20 PM
List boxes CAN be clicked but if they are bound to a field which is part of a non-updateable query then they won't be able to be clicked.

See this to see if that fits your situation:
http://allenbrowne.com/ser-61.html

Also, if your form's ALLOW EDITS is set to NO then it won't either. And, if the Locked property is set to YES it won't allow you to click in it either.