From: Denniso6 on
Thanks Bob !

I'll give that a go !

DennisO
--------------
"boblarson" wrote:

> If it worked before and isn't working now, perhaps you have a corrupt form.
> I would try importing everything into a new, blank file and see if that helps.
> --
> Bob Larson
> Access MVP
> Access World Forums Administrator
> Utter Access VIP
>
> Tutorials at http://www.btabdevelopment.com
>
> __________________________________
>
>
> "Denniso6" wrote:
>
> > Good morning all...,
> >
> > Getting error: 'Object or class does not support the set of events'
> >
> > Reproduced: Open form (split form) and set 'Status' (combo box) to
> > 'Resolved' or 'Closed'.
> >
> > More info: I'm running the following macro on the control's ('Status' field)
> > After Update event.
> >
> > Condition Action Arguments
> > --------------------- ----------- ------------------------
> > [Status]="Active" SetValue [Resolved Date], Null
> > [Status]="Resolved" SetValue [Resolved Date], Now()
> > [Status]="Closed"` SetValue [Closed Date], Now()
> >
> > This same code works just fine on another form and…, oddly enough, this used
> > to work just fine on the form that's currently throwing the error
> >
> > I appreciate any assistance.
> >
> > DennisO
> >