Combo Box won't select

A

angellijah

I have a combo box set up and it shows the drop-down selections, but when I
try to choose one of the selections nothing happens. My Row Source Type is
Table/Query and my Row Source is set to:

SELECT [Loss Reason].ID, [Loss Reason].[Loss Reason] FROM [Loss Reason];


Limit to list is No, enabled is Yes. Please help!
 
J

John Spencer

Check the locked property and make sure the control is not locked.

If that doesn't do it, then check the form's locked property.

If that doesn't do it, is the combo-box bound to a field? If it is, is the
form's underlying record source updateable?

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 
8

813keke

ok

John Spencer said:
Check the locked property and make sure the control is not locked.

If that doesn't do it, then check the form's locked property.

If that doesn't do it, is the combo-box bound to a field? If it is, is the
form's underlying record source updateable?

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
I have a combo box set up and it shows the drop-down selections, but when I
try to choose one of the selections nothing happens. My Row Source Type is
Table/Query and my Row Source is set to:

SELECT [Loss Reason].ID, [Loss Reason].[Loss Reason] FROM [Loss Reason];


Limit to list is No, enabled is Yes. Please help!
 

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