
Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
That is what I am suggesting indeed... be noted I decided this quite
some time ago, and never tried AfterUpdate since. Let's test. [fumbles]
No, no difference.
Which leaves me with other questions, more Why-typed. What could be the
use of a Click event for a combobox? It fires along with AfterUpdate.
Could there be some setting where AfterUpdate indeed doesn't fire? As I
suspect I must have seen at least once. I admit I am a little hasty in
generalizing sometimes, but never from zero samples :-)
>>You say "if the guest is selected", so I'd suggest you use the Click
>>or AfterUpdate event of the combobox. (I usually use Click because
>>then I don't have to distinguish between bound and unbound controls)
>
> Are you suggesting that AfterUpdate doesn't work with an unbound ComboBox? Or
> is there some other difference?

Signature
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
For human replies, replace the queue with a tea
Ken Snell [MVP] - 30 Jul 2005 22:56 GMT
Click event allows you to separate the situation where a user types a value
into a combobox instead of selecting it from the dropdown list. You could
use the Click event to identify when a selection is made versus a manual
entry.

Signature
Ken Snell
<MS ACCESS MVP>
> That is what I am suggesting indeed... be noted I decided this quite some
> time ago, and never tried AfterUpdate since. Let's test. [fumbles] No, no
[quoted text clipped - 12 lines]
>> Are you suggesting that AfterUpdate doesn't work with an unbound
>> ComboBox? Or is there some other difference?
Bas Cost Budde - 31 Jul 2005 14:56 GMT
I'm afraid that doesn't work. I type in a value and the Click event
fires nevertheless.
> Click event allows you to separate the situation where a user types a value
> into a combobox instead of selecting it from the dropdown list. You could
> use the Click event to identify when a selection is made versus a manual
> entry.

Signature
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
For human replies, replace the queue with a tea
Ken Snell [MVP] - 31 Jul 2005 19:20 GMT
My apologies.... you're correct, of course... AfterUpdate event occurs, and
then the Click event.... well, back to school to relearn what I've been
thinking...

Signature
Ken Snell
<MS ACCESS MVP>
> I'm afraid that doesn't work. I type in a value and the Click event fires
> nevertheless.
[quoted text clipped - 3 lines]
>> could use the Click event to identify when a selection is made versus a
>> manual entry.
Bas Cost Budde - 31 Jul 2005 20:55 GMT
Shake hands, me too. You for Click, I for AfterUpdate :-)
> My apologies.... you're correct, of course... AfterUpdate event occurs, and
> then the Click event.... well, back to school to relearn what I've been
> thinking...

Signature
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
For human replies, replace the queue with a tea