After Update Errors in 2002 after installing 2007

R

ryguy7272

I recently installed Access 2007 on my system. I am also running Access
2002. Almost without exception now, when I try to run any code in 2002, such
as an After Update Event Procedure on a ComboBox, I get an error message.
Even simple code like this:
Private Sub cboPerson_AfterUpdate()
Me.List2.Requery
End Sub

DOES NOT run.

I get this message:
The expression After Update you entered as the property setting produced the
following error: Object or class does not support set of events.

The expression may not result in the name of the macro, the name of the
user-defined function, or [Event Procedure]
There may have been an error evaluating the function, event, or macro

This file runs perfectly fine in 2007 (and used to run fine in 2002).

What does this mean? There must be a setting somewhere that I need to
change, right. I’m assuming that this is an easy fix.


Appreciate any help with this.

Thanks!
Ryan---
 

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