View Single Post
  #3  
Old February 24th, 2010, 02:55 PM posted to microsoft.public.access.forms
RichardGarfield
external usenet poster
 
Posts: 7
Default Combo box does not react on first click

Hi Daryl

Thanks for the suggestion. Unfortunately I don't use any click event. On
GotFocus it drops down automatically, and then reacts OnUpdate.

Richard

"Daryl S" wrote:

Richard -

Could you have used the double-click event for your code instead of the
click event?
--
Daryl S


"RichardGarfield" wrote:

I have 5 combo boxes on a form and all except one accept the chosen row at
the first click. I am tearing my hair out trying to find why only this one
reacts when it is dropped down and the row is clicked for the second time.

Please someone show me how stupid I am being.