Help!!! -- How to create listbox

M

Ming

I have create a listbox with the following properties set:
Raw Source Type = ValueList
Enable = Yes
Locked=No
Multiselect = none (Since I only want user select one item at time)

I populate the listbox with the value list when form is load. After form is
loaded, the list contains my value list (45 items in it). However, when i
click on an item, the item is not highlighted. If I click another one, the
listbox seems locked.

What I did wrong?
 
Top