I try it on my computer were I always did and still it doesn't work
Main Topics
Browse All TopicsI am used to convert my accdb application to accde before sending to client but suddenly after converting the vba code doesn't work on accde application,
please help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sounds like the Database "container" has corrupted.
Create a new blank database, then from a good copy that works, import all your objects (tables, queries forms......). Make sure you get any hidden and system objects that you have used.
Then try again. I haven't seen it with Access 2007 before, but have found that to be a problem in earlier versions.
Kelvin
As Kelvin said, sometimes your container becomes corrupted, and there's nothing that can be done except swap containers, as Kelvin suggested. It's a common and accepted practice, and should be no cause for concern. Frequent backups are, of course, very important, especially if you are doing development work. Also, splitting the database into Backend (tables only) and Frontend (everything else) helps quite a bit, as forms and reports tend to corrupt much more easily than do tables, and with a single file setup you stand a much greater chance of data loss.
Most likely, but not necessarily the case, it will be an object that you recently worked on.
Biggest problem is that after Access 97, all code is stored in one great big "blob", rather than with each individual object. If that goes... it's all gone (unless MS changed that with Access 2007).
You could try deleting and reimporting any suspicious objects, but in the long run I suspect you'll be faster recreating.
Kelvin
My point is that if one or more of the Experts assisted you in resolving this, then you should award some or all of the points to those experts. If no one from EE assisted you, then you would of course just close this question. Also, your followup question "any idea why it corrupted" was also answered by both myself and Kelvin.
No, that just marks a comment as "helpful". There are many ways to close a question; in this case, since you've already started the close process someone will have to Object to the closure, which will stop that proces. I'll do so, which will give you an opportunity to correctly close the question.
Here's a link that may help:
http://www.experts-exchang
The Moderators will process this shortly, and will provide you with more insight regarding closing questions.
Business Accounts
Answer for Membership
by: kelvinsparksPosted on 2009-04-28 at 04:13:23ID: 24249539
Is the accde located in a trusted location (remember these are unique to the user).
Kelvin