Just because the Events don't show up in the Properties dialog doesn't
usually matter (although I must admit that I don't use the Forms controls).
In the VB Editor, if you choose the combo box from the list at the top left
of the module, does the Change event show up in the list at the top right of
the module?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I'm doing a project in Access 2000 using forms and MS Forms 2.0 combo
> boxes. I'm not using the native Access combo box because it lacks an
[quoted text clipped - 25 lines]
>
> --Billy
Billy Smith - 12 Nov 2007 13:52 GMT
Doug,
Yup, the Change event is in that list. And when I double click on it VB
generates the proper event handler stub code and that solves my problem.
I don't think I ever created an event handler that way but now I will.
Live and learn.
Thanks for your help.
--Billy
> Just because the Events don't show up in the Properties dialog doesn't
> usually matter (although I must admit that I don't use the Forms
[quoted text clipped - 33 lines]
>>
>> --Billy