Listbox problem

A

ajak

Hi,

I created a form that is not based on any table. It's similar to the
switchbox form created by Access. Then I put a list box on it with
hard-coded values.

The problem is, during view mode, i cannot select any of the items in the
listbox.

Please someone help me here...

tq
 
R

Rick Brandt

ajak said:
Hi,

I created a form that is not based on any table. It's similar to the
switchbox form created by Access. Then I put a list box on it with
hard-coded values.

The problem is, during view mode, i cannot select any of the items in the
listbox.

Please someone help me here...

Is the ListBox Enabled and Locked = False? Is the Form's AllowEdits set to
Yes?
 
Top