M
Mot
I have a combo box on a form that will not permit me to
select an item from its list.
I've actually tried to develop this form a couple of
different ways, and they all fail in the same way. The
list drops open and is populated correctly. I click on
an item in the list and instead of replacing the value in
the textbox portion of the control and closing the list,
the list just remains open and does nothing.
The cbo is bound to a query. I have also tried to use a
cbo in un-bound mode and programmatically set the list in
form load; same problem.
Other forms in this mdb have cbo's that work normally. I
can't detect any setting within the form or cbo that is
causing this behavior.
Any help very much appreciated!
select an item from its list.
I've actually tried to develop this form a couple of
different ways, and they all fail in the same way. The
list drops open and is populated correctly. I click on
an item in the list and instead of replacing the value in
the textbox portion of the control and closing the list,
the list just remains open and does nothing.
The cbo is bound to a query. I have also tried to use a
cbo in un-bound mode and programmatically set the list in
form load; same problem.
Other forms in this mdb have cbo's that work normally. I
can't detect any setting within the form or cbo that is
causing this behavior.
Any help very much appreciated!