I have a combo box whose row source is a query. The display is correct when I click the drop-down arrow, but I can't get any response when I click on an item in the list. I put a debug stop in the OnClick Event Procedure, but the event never fires.
The combo box is located in the Header Section of a continuous form. The intent of the combo box is to allow the user to select an amount from the list and have the OnClick Event set the filter of the form to limit the display to the amount indentified. Simple enough, but I can't get the click action to respond.