|
From: Denniso6 on 7 Jul 2008 15:51 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 > >
|
Pages: 1 Prev: Import Spreadsheet missing field Next: Combo box trouble |