Getting error: ‘Object or class does not support the set of events

D

Denniso6

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
 
B

boblarson

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

__________________________________
 
D

Denniso6

Thanks Bob !

I'll give that a go !

DennisO
--------------
boblarson said:
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 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top