This has been driving me nuts. I'm working on a friends new computer with Windows 7, she has a data base for a membership system written in Access. I have the same system on my machine. We are running Office professional 2007. I run the membership system on my machine and it works fine. When I run it on her system I get the error 3011 it happens on a DoCmd.openform command.
The Microsoft Office Access Database engine could not fine the object “1”. Make sure the object exists and that you spell its name and the path name correctly.
It looks like it doesn't like the Acedit, when I look at it there is a 1 there. I've check the references and everything is the same as my machine. I've checked the trust center to make sure everything there is correct and it is.
Any help would be appreciated as I've been trying different things all afternoon with no luck.
The only difference is she has a 64Bit machine and my is a 32. I don't think that should make a difference.
My machine is running Windows 8.
I just tried running the office 2007 updates from the MS website tried the Office suite service pack 2 and it failed also service pack 3 and it failed.
I'm at a loss.
Thanks for any help
Tom
The Microsoft Office Access Database engine could not fine the object “1”. Make sure the object exists and that you spell its name and the path name correctly.
Code:
StDocName = “Edit Members” DoCmd.openform stDocName, acNormal, acedit
Any help would be appreciated as I've been trying different things all afternoon with no luck.
The only difference is she has a 64Bit machine and my is a 32. I don't think that should make a difference.
My machine is running Windows 8.
I just tried running the office 2007 updates from the MS website tried the Office suite service pack 2 and it failed also service pack 3 and it failed.
I'm at a loss.
Thanks for any help
Tom
Comment