Unbound combobox doesn't select anything

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have created an unbound combo box that is populated with names pulled
from a table. I need to let users select a name, which I will then use
as a variable in a query. The query runs once a user clicks a button on
the fom.

I've been able to populate the values to the combo box using the
RowSource... the names all appear just fine. My problem is that when I
try to select a name, the combo box ignores my click. I can't get it to
select a name.

I know this is probably a newbie question... so please forgive me. I
would really appeciate it if you could tell me what I am doing wrong!

Thanks!
 
Never mind... I found that I had set Data Entry to no in the form
properties... that was locking me out.
 
Back
Top