ACCESS CRASH and MDW format...

P

PACALA_BA

Hi
Today new 20 ACCESS-2003-MDE-Crashes reported to Microsoft.....
I have all my data in ACCESS 2002-3 database format
but i had mySystem.MDW in Access 2000 format (!?)
**************************************
Now i have converted mySystem.MDW to ACCESS 2002-3 database format

It seems more STABIL , but allways happens crashes....
after SaveAsText/LoadAsText also...
but it is more stabil with small MDE (~6MB)
but there are more crashes with larger MDE (~9-10 MB)

Before January 2008 are my Crash Rate about ~ 0-5 % (ACCESS 2000)
Now without this SaveAsText/LoadAsText Crash Rate was ~ 60-90 %
Now WITH this SaveAsText/LoadAsText Crash Rate is ~ 30-60 %
Bye






----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-960f-c0e743da0e27&dg=microsoft.public.access
 
J

Jerry Whittle

Get a new computer and reinstall Microsoft Office Professional. If that
doesn't fix the problem, then there's something wrong with your network -
assuming that the database is out on the network.

It is NOT normal for Access to crash that much. Therefore there's something
else wrong.
 
D

David W. Fenton

Today new 20 ACCESS-2003-MDE-Crashes reported to Microsoft.....
I have all my data in ACCESS 2002-3 database format
but i had mySystem.MDW in Access 2000 format (!?)
**************************************
Now i have converted mySystem.MDW to ACCESS 2002-3 database format

It seems more STABIL , but allways happens crashes....
after SaveAsText/LoadAsText also...
but it is more stabil with small MDE (~6MB)
but there are more crashes with larger MDE (~9-10 MB)

Before January 2008 are my Crash Rate about ~ 0-5 % (ACCESS 2000)
Now without this SaveAsText/LoadAsText Crash Rate was ~ 60-90 %
Now WITH this SaveAsText/LoadAsText Crash Rate is ~ 30-60 %

You likely have corruption in your Access project. You need to
decompile your code in some fashion.

Also, keep in mind that data issues can lead to crashes, too. Just
the day before yesterday I was pulling my hair out thinking I had a
corrupt form, when it turned out that I just had an invalid connect
string for a linked table that was being used in the recordsource of
a subform. Once I fixed the invalid connect string, everything
worked fine, and there was actually no corruption at all.

If your form doesn't crash when it has no recordsource, that's a
good indication that your problem is a data issue, not a code issue.
 
G

Guest

Crash? What exactly happens?

Since SaveAsText/LoadAsText does not exactly re-create
your forms, you may get some failures.

The size of your larger MDE ~9~10 MB is not excessive,
but you may be having problems with a large form. Are
you crashing when working on a particular form?

(david)

PACALA_BA said:
Hi
Today new 20 ACCESS-2003-MDE-Crashes reported to Microsoft.....
I have all my data in ACCESS 2002-3 database format
but i had mySystem.MDW in Access 2000 format (!?)
**************************************
Now i have converted mySystem.MDW to ACCESS 2002-3 database format

It seems more STABIL , but allways happens crashes....
after SaveAsText/LoadAsText also...
but it is more stabil with small MDE (~6MB)
but there are more crashes with larger MDE (~9-10 MB)

Before January 2008 are my Crash Rate about ~ 0-5 % (ACCESS 2000)
Now without this SaveAsText/LoadAsText Crash Rate was ~ 60-90 %
Now WITH this SaveAsText/LoadAsText Crash Rate is ~ 30-60 %
Bye






----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...-960f-c0e743da0e27&dg=microsoft.public.access
 

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