Can't select items in listbox

J

Joe S

I have a listbox on a form that is populated by a query. I am not able to
select an item from a list when the form is displayed. It is enabled.
 
L

Linq Adams via AccessMonster.com

Is the form itself capable of being updated? Is AllowEdits set to Yes? Can
you edit data in a textbox? Many forms are read-only if based on a query that
has two or more tables, and a read-only form won't allow selections to be
made from listboxes, comboboxes or Option Groups.
 
Top