Nick Mirro said:
This may be my own problem, but in Access 2002, I find the program
frequently crashes. Its not limited to any particular db.
Additionally, I get out of memory errors, and "Access must shut down"
at least 10 times a week.
Access 2000 rarely did this. I would happily upgrade to 2003 if
there were some indication of an increase in stability. No mention
of stability at the products page at MS.
Does anyone else end up with copies of "database_backup2 ...
database_backup23.mdb" when using 2002, or is this just me?
Are there issues I'm unaware of that have been addressed in the new
version? (someone PLEASE say yes!)
I don't have any personal knowledge of A2003 yet, so I'll leave that to
others to comment on. But if you are having those kinds of errorswith
Access 2002, at that volume, something is wrong. It is not normal. If
I were you, I'd try to figure out what's wrong before deciding whether
or not to upgrade to 2003.
Here are some things you can check, any of which might have something to
do with your problems:
Flaky hardware
----------------
+ Run a memory test and make sure all your RAM is in good condition.
+ If you're networked, make sure your network cards are good, and make
sure your network is configured properly. Beware the dread "OpLocks"
problem with networked databases.
Flaky device drivers
--------------------
+ Access has been known t be sensitive to bad video drivers. If you
don't have the latest video driver for your graphics hardware and OS,
get the latest one and see if installing it helps. Be sure you can
reinstall the old one if the new driver doesn't work properly.
Unapplied Service Packs
-------------------------
+ Make sure you've applied the latest service packs for Access and
Jet -- except I'm not sure about Jet 4.0 SP8 yet. It's new, and there
may be a few "issues" to do with it. I'd google the Access newsgroups
for more information about it, just in case.
Damaged installation of Access/Office
--------------------------------------
+ Try a Detect and Repair on your installation of Access/Office XP. You
could even try uninstalling and reinstalling, but of course then you'd
have to apply those #$%^&* service packs all over again.
Unsafe Development Practices
-------------------------------
+ It seems to be a dangerous business to edit the code behind a form or
report while that form or report is open in other than design view. I
don't know if this caveat applies to A2K2 as must as A2K, but if you do
this a lot you're probably running a severe risk of corrupting your code
project. Open objects in design view if you want to modify their code.
I don't know if any of these fault points applies to you, but that's all
I can think of offhand. If you're experiencing frequent database
corruption, see Tony Toews' Corrupt MDBs FAQ page for more things to
look at:
http://www.granite.ab.ca/access/corruptmdbs.htm
The problems you are experiencing are not common with Access 2002, and
you shouldn't expect to have to tolerate them. Good luck!