Access 2002 Corrupts Easily -MAKE BACKUP OF DEVELOPMENT DB EVERY DAY!

  • Thread starter Thread starter LarryF
  • Start date Start date
L

LarryF

Access 2002 is fairly unstable compared to Access 97 due
to buggy new features requiring drastic changes in the
development environment:
Editing subforms in place
VBA coding is performed in a different window/process
Datasheets can have subdatasheets and subforms
Pivot Tables and Views
The addition of projects (.adp) to work with SQL Server

Each time you work on code in the VB Editor window,
compile, save, and CLOSE the window. I created a new
("Standard") module in the VB Editor, saved it (it was
saved as "Module1", I was not offered an option to name
it), then switched to the Access window to rename that
module. As soon as I typed a new name, the database
completely fried and I lost hundreds of hours of work!

BE SURE TO BACKUP ALL FILES AFTER ANY MAJOR CHANGES OR AT
THE CLOSE OF THE WORK DAY!
 
Larry...I'm sorry you lost all that work, but I have to disagree with you
about Access 2002 corrupting easily. Mine hasn't yet, and I've
created/modified dozens of databases in AccessXP since it came out.

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
 
Kevin:
Thanks for your kind words of encouragement.
I've created over 40 databases from small to enterprise
since I began with Access v1.0. I've even used Access 97
with SQL SVR as a backend (the hard way). I use a lot of
tricks to provide an above-average interface for my
customers. I like the new features in 2000/2002. My
experience has been that when Microsoft makes dramatic
changes it takes a few versions to work out the bugs, and
a few of the bugs are fatal.
Until someone develops a program that can repair
corrupted objects in Access ("The repair process... does
not try to repair damaged forms, reports, macros, or
modules" - Microsoft Knowledgebase article # 283849), I
would strongly suggest you backup your work each day as
that article recommends.
Good Luck
 
Larry,

Every one of those features was introduced in Access 2000, so the 2002 is
the version that worked out the bugs. I find it far more stable than the
2000 version, but I will agree that Access 97 SP-2 is an awesome product.

Making back ups of all files every day has been the standard for computing
since the early 1980's when I first began using computers. During
development, I've always found it prudent to back up several times a day.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
I agree, I just had a totally inexplicable problem arise with Access
2002 where every time I open the database I get a "need to send error
report" message and even after supposedly repairing the database
nothing is fixed. I had to import all of my objects into a new
database and then, for some reason, all of my ocx and dll references
were lost and I had to browse for them in order to run anything. All
in all it feels a lot less stable than 97 did.

Ian
 
I agree, I just had a totally inexplicable problem arise with Access
2002 where every time I open the database I get a "need to send error
report" message and even after supposedly repairing the database
nothing is fixed.

Yup, this makes sense.
I had to import all of my objects into a new
database and then, for some reason, all of my ocx and dll references
were lost and I had to browse for them in order to run anything.

This too makes sense. You'dve had the same problem in A97.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top