
Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
That event isn't on the control though. The only events are: On...Updated,
Enter, Exit, Got Focus and Lost Focus. I've been programming with Access
since it was 2.0 but haven't ever used the MS ListView ActiveX Control....it
doesn't let you do much event-wise, does it? Other online sites say that
there is an On Click event for the column too, but I can't find it....
> You can use ColumnClick event for this
> ColumnHeader.Index returns index of clicked colimn
[quoted text clipped - 7 lines]
> >
> > FRED C
Alex Dybenko - 25 Sep 2004 07:34 GMT
yes, this is bit tricky
open form's class module
in top lef combo select your listview control
in right combo - desired event proc
access will insert one for you

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> That event isn't on the control though. The only events are:
> On...Updated,
[quoted text clipped - 18 lines]
>> >
>> > FRED C