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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top