Can't click selections in combo box

S

stephminn

I have a database with a form that creates a query from
the selected fields in a list/combo box. The query works
and all that is fine, but when the form opens (it opens
automatically when the database is opened), and you click
to view the drop down box and click on a list selection,
it won't select the item. However, if you close the
form, then open it again, you can then select from the
items in the list box. Seems like a bug in Access, but I
don't know how to get around it. Any ideas on how to get
around this bug, or fix it? I'd like to avoid having my
users close, then re-open the form in order for the list
boxes to work.
 
R

Rick Brandt

I have a database with a form that creates a query from
the selected fields in a list/combo box. The query works
and all that is fine, but when the form opens (it opens
automatically when the database is opened), and you click
to view the drop down box and click on a list selection,
it won't select the item. However, if you close the
form, then open it again, you can then select from the
items in the list box. Seems like a bug in Access, but I
don't know how to get around it. Any ideas on how to get
around this bug, or fix it? I'd like to avoid having my
users close, then re-open the form in order for the list
boxes to work.

Sounds like the form is being opened Read-Only. What is the AllowEdits
property set to? Are you using code to open the form or did you set it as
the Startup form in Options - Startup? Can you change other controls on
the form?
 

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