Help!!!

paulS30berks

Registered User.
Local time
Today, 11:02
Joined
Jul 19, 2005
Messages
116
I wondered if someone could help.

I am trying to create an .mde file from my .mdb and each time an error message appears:

"Microsft Access has encountered a problem and need to close. We are sorry for any inconvenienece"

Then Optiosn

Send Error Report Don't Send Report

Thanks

Paul
 
Try importing all your tables, forms, queries etc into a blank database and running it again
 
thanks for your reply.

Is there an easy way to import tables/Queries/Reports and Forms apart from Copying and Pasting?

thanks
 
paulS30berks said:
thanks for your reply.

Is there an easy way to import tables/Queries/Reports and Forms apart from Copying and Pasting?

thanks

Right click in a blank area on any of the tabs, left click on Import and select your db
 
Sorry what I mean is that my database contains alot of VBA and I worried that by Copying and Pasting I will lose or disrupt most of this
 
paulS30berks said:
Sorry what I mean is that my database contains alot of VBA and I worried that by Copying and Pasting I will lose or disrupt most of this

Nothing will be lost if you import everything into a new database. As it stands at the moment, it sounds like your db is corrupt, that's why it won't compile.
 
Hi,

Try compiling/re-compiling your code modules and forms. I've encountered this problem when there have been errors with the code or broken references - make sure you have used option explicit at the top of any code module.

HTH

TS
 

Users who are viewing this thread

Back
Top Bottom