Error in Access 2013 program

Moore71

DEVELOPER
Local time
Today, 16:26
Joined
Jul 14, 2012
Messages
158
Hi I am having an error on my program that has been working since.
It's split database.
It's reporting that "Invalid Database Object Reference."

How do I fix it?
Or is because I am using Access 2010 in other systems?

Regards,
Moore
 
Where do you get the error ?
Did you use 32 bit before and 64 bit now ?
 
Are you getting this when the code compiles. If so the line of code that it is complaining about should point you to which reference is wrong. Also you could take a screen shot of your references and post them. I'm running Access 2013. Maybe I can see what's wrong.

To get to your references, click on the CREATE tab, click on Visual Basic in the Macros & Code section, click on Tools and then click on References.

I've attached an image of what my references look like.

On the other hand the error message you are getting may not be about these references.
 

Attachments

  • MyReferences.png
    MyReferences.png
    24.4 KB · Views: 96
Last edited:
...
How do I fix it?
Or is because I am using Access 2010 in other systems?
Normally MS-Access is backwards compatible not forward compatible, so if you've created the database in MS-Access 2013, you'll not be able to run it in MS-Access 2010.
 
if you've created the database in MS-Access 2013, you'll not be able to run it in MS-Access 2010.

That's at least not always true. I have created applications in Access 2013 that run fine in Access 2010.
 
That's at least not always true. I have created applications in Access 2013 that run fine in Access 2010.
You're right, it depend of the features you use.
 
So what is the possible cause then
I need to resolve this very soon, please
 
If you can upload your database or a strip down version of it I'll try to figure it out. I'll need the both the frontend and backend.
 

Users who are viewing this thread

Back
Top Bottom