ACCESS 2003 ERROR MESSAGE

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

[MVP]

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
 
R

Redrover

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

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

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
 

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