Access error when using AC2007

R

reidarT

I have developed an application in Acc2003.
When I try to open this application in Acc2007 I get the following error:
The Expression ON Opne you entered as the event property setting prodused
the following error: Object or class does not support the set of events.
Actually it happens when I open alot of forms.

reidarT
 
A

Allen Browne

This really sounds like a Reference problem.

Open the Code window.
Choose References on the Tools menu.
Post back the list of references that are checked.
Are any of them marked with the work MISSING?

Also, go to:
Office button | Access Options | Trust Center | Trust Center Settings
Under Trusted Locations, add the folder where you keep your databases as a
trusted location if you have not done so yet.
 
Top