Cannot click on list box

bluwind

Registered User.
Local time
Yesterday, 18:42
Joined
Mar 20, 2008
Messages
26
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom