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
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