View Single Post
  #4  
Old February 24th, 2010, 06:01 PM posted to microsoft.public.access.forms
Daryl S[_2_]
external usenet poster
 
Posts: 881
Default Combo box does not react on first click

Richard -

Does it not highlight on the first click, or does it highlight on the first
click but not execute code until the second click? Is this combo box bound
to a field in the recordsource?

--
Daryl S


"RichardGarfield" wrote:

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.