Hi Harry,
In addition to Jeff's input, make sure that your combo box includes an
AfterUpdate event procedure. Open the form in design view. Click on View >
Properties to display the Properties dialog (if it is not already displayed).
Select the Event tab. Now click on the combo box to select it. You should see
the name of the combo box displayed in the blue title bar of the properties
dialog.
On the Event tab, you should see [Event Procedure] listed next to After
Update. If not, click into this textbox. Select [Event Procedure] by clicking
on the dropdown arrow. Then click on the ellipses button (the button with the
three dots) which becomes visible when you click into this textbox. You
should find that the cursor is within an AfterUpdate event procedure for your
combo box.
If all else fails, try creating a new combo box. Here is a set of
instructions that I have prepared for this task:
Combo box to find a record
http://www.access.qbuilt.com/html/find_a_record.html
Good Luck,
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
:
Harry
It sounds like the combo box control has had its Enabled (?or Locked)
property set to Yes. Un-set it.
--
Regards
Jeff Boyce
<Office/Access MVP>
__________________________________________
Hello,
I have a combo box on a form which I am using as a search box. When I click
on the down arrow in the combo box, I see the list of possible values, but I
am unable to select any of them; that is I click the mouse and no selection
is made and no error occurs. Does anyone have any idea what my problem may
be?
Thanks in advance,
Harry