ACCESS 2003 ERROR MESSAGE

  • Thread starter Thread starter Redrover
  • Start date Start date
R

Redrover

I've created a database using Access 2003 with XP operating system. I've
started getting an error message on all my Event Actions -- Object or class
does not support the set of events. I was able to use these event actions
until today. I haven't been able to find a solution. Any suggestions?
 
I've created a database using Access 2003 with XP operating system.  I've
started getting an error message on all my Event Actions -- Object or class
does not support the set of events.  I was able to use these event actions
until today.  I haven't been able to find a solution.  Any suggestions?

Hi,

Check your VBA code to see if there are errors (VBA window, Debug >
Compile) and also check references in use (VBA window, Tools >
References, see if there are some MISSING:). If there is error in VBA
your code most likely won't work, even simple Debug.Print Date()
produce such an error.

Regards,
Branislav Mihaljev
Microsoft Access MVP
 
Thanks for the suggestions. I've tried both and it hasn't changed my
situation. I'm thinking it might have something to do with running on a
system that has both the 2003 and 2007 versions of Access. I copied the
database onto a machine with only Access 2007 and it's working fine (for now
anyway). Could this be an issue with both versions on the machine?
 
Thanks for the suggestions.  I've tried both and it hasn't changed my
situation.  I'm thinking it might have something to do with running on a
system that has both the 2003 and 2007 versions of Access.  I copied the
database onto a machine with only Access 2007 and it's working fine (for now
anyway).  Could this be an issue with both versions on the machine?

Hi,

Both Access versions can be used without issues, one at the time. Let
me know which references are in use?

Regards,
Branislav Mihaljev
Microsoft Access MVP
 
Back
Top