473,401 Members | 2,125 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Access 2000 Stability

....or lack thereof...

I use Access 2000 which I own as part of Office 2000 Professional. I've had
enough trouble with glitches to ask if these are common occurrences -

1. Sometimes the "Help" system won't start. Sometimes it will. It starts
more often than not. I don't see any
pattern to when it does or doesn't. If the Access "help" won't start,
the Visual Basic "Help" usually won't
start either. This glitch has been going on for months.
2. I've been working on a form on and off for days now. This morning, I was
suddenly unable to view the code
behind the form. No prior warning, just no access to the code, and not
just that form. The code for other
forms is unavailable as well. Then, when I closed the .mdb, I got a
message telling me that Access had been
unable to compact the db when I closed it and that another copy had been
saved under a different, generic
name. This is a new glitch...and potentially a very dangerous one as
well.
3. When running code in response to an event, sometimes the VB editor does
not highlight the location of the
error...I mean nothing is highlighted. Not even a clue. This happened
this morning when the error message
was "Object required", but there wasn't a clue about the object.

Machine is a Toshiba laptop with XP Home. I've about 20 MB left on the hard
drive, 2.4 mhz processor and so forth. I've used Microsoft's facilities as
recently as Wednesday to check for Office 2000 updates and Windows XP
updates...I've applied all of them as far as I know. I also have problems
with
Outlook, but one of the MVP's that contributes to one of the Microsoft
Outlook groups sort of indicated that Outlook is full of problems like the
ones
I'm having, so I didn't think much of that. But I can't seem to fix Outlook,
either.

I have XP Office Developer which I can install if that's appropriate, but if
the problem is deeper than that, I don't just want to paper over it, so to
speak.

Any suggestions? Thank you in advance...
Steve E.

Nov 13 '05 #1
6 2134
And, almost forgot...relationships don't all show in Relationship window,
and a currently non-existent table (which was deleted weeks ago) does show
in the Relationship window, but not in the database container. What in the
world...?
Nov 13 '05 #2
"Serious_Practitioner" <Se************************@att.net> wrote:
I use Access 2000 which I own as part of Office 2000 Professional. I've had
enough trouble with glitches to ask if these are common occurrences -

1. Sometimes the "Help" system won't start. Sometimes it will. It starts
more often than not. I don't see any
pattern to when it does or doesn't. If the Access "help" won't start,
the Visual Basic "Help" usually won't
start either. This glitch has been going on for months.
2. I've been working on a form on and off for days now. This morning, I was
suddenly unable to view the code
behind the form. No prior warning, just no access to the code, and not
just that form. The code for other
forms is unavailable as well. Then, when I closed the .mdb, I got a
message telling me that Access had been
unable to compact the db when I closed it and that another copy had been
saved under a different, generic
name. This is a new glitch...and potentially a very dangerous one as
well.
3. When running code in response to an event, sometimes the VB editor does
not highlight the location of the
error...I mean nothing is highlighted. Not even a clue. This happened
this morning when the error message
was "Object required", but there wasn't a clue about the object.
I'd suggest doing a decompile and/or importing all the objects into a new MDB.

Decompile or how to reduce Microsoft Access MDB/MDE size and decrease start-up times
http://www.granite.ab.ca/access/decompile.htm
Machine is a Toshiba laptop with XP Home.
Windows XP Themes cause lots of troubles. Try turning that off.
I've about 20 MB left on the hard
drive,
20 Mb or 20 Gb? If it's 20 Mb you have more serious problems. <smile>
I've used Microsoft's facilities as
recently as Wednesday to check for Office 2000 updates and Windows XP
updates...
Ah, good. that's one of our basic questions.
I have XP Office Developer which I can install if that's appropriate, but if
the problem is deeper than that, I don't just want to paper over it, so to
speak.


No, because that means using A2002. I suspect you're using A2000 for a good reason
such as what is installed on client systems.

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
Nov 13 '05 #3
"Tony Toews" wrote
I have XP Office Developer which I
can install if that's appropriate, but if
the problem is deeper than that, I don't
just want to paper over it, so to
speak.


No, because that means using A2002. I
suspect you're using A2000 for a good reason
such as what is installed on client systems.


You can develop in Access 2002 and save in Access 2000 file format (you
can't make an Access 2000 format MDE, though). I would be a good deal more
"comfortable" developing in Access 2002 with all 3 of its Service Packs than
developing in Access 2000 with all 3 of its Service Packs, particularly
since Access 2000 is now out of support.

If you are distributing to users who have Access 2000 installed, I'd keep a
copy of Access 2000 installed for my final testing, just in case. I am not
aware of any "issues" in this area, but I always am more confident if I have
tested in the version/release that will be used in production.

And, of course, using Office XP Developer, you can't package with an Access
2000 runtime, but if you are distributing with a runtime, that should not be
a drawback.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #4
Thanks to both Tony and Larry...I'm going to get at this later today.

Larry's note raises a question...I have read about a lot of software, Access
included, that has been offered in different versions over the years.
Frequestly, a user or reviewer will comment that one version is more stable
than another...I think I've seen that comment in this group as well. So the
question is - All other things being equal, is Access 2002 more stable than
2000? I can use either...and I'm sure that my inexperience shows in some of
my postings, so it won't come as a surprise when I say that I don't have
many finished projects out at client sites. My customers are a business I
own, a non-profit organization to which I belong, and a few small service
companies in my neighborhood. I can convert them when the time comes, and so
far, the work I've done seems to be doing OK.

And, if anyone knows of a good class or two in the Chicago area, I'd like to
hear about it...I've taken the classes that are available, but there don't
seem to be any real in-depth study programs around here. What I've learned,
I've learned by doing and by reading this group and asking questions.

Again, thank you all for your help.
Steve E.

"Larry Linson" <bo*****@localhost.not> wrote in message
news:kn****************@nwrddc02.gnilink.net...
"Tony Toews" wrote
> > I have XP Office Developer which I
> > can install if that's appropriate, but if
> > the problem is deeper than that, I don't
> > just want to paper over it, so to
> > speak. >
> No, because that means using A2002. I
> suspect you're using A2000 for a good reason
> such as what is installed on client systems.


You can develop in Access 2002 and save in Access 2000 file format (you
can't make an Access 2000 format MDE, though). I would be a good deal more
"comfortable" developing in Access 2002 with all 3 of its Service Packs

than developing in Access 2000 with all 3 of its Service Packs, particularly
since Access 2000 is now out of support.

If you are distributing to users who have Access 2000 installed, I'd keep a copy of Access 2000 installed for my final testing, just in case. I am not
aware of any "issues" in this area, but I always am more confident if I have tested in the version/release that will be used in production.

And, of course, using Office XP Developer, you can't package with an Access 2000 runtime, but if you are distributing with a runtime, that should not be a drawback.

Larry Linson
Microsoft Access MVP

Nov 13 '05 #5
"Serious_Practitioner" <Se************************@att.net> wrote:
Larry's note raises a question...I have read about a lot of software, Access
included, that has been offered in different versions over the years.
Frequestly, a user or reviewer will comment that one version is more stable
than another...I think I've seen that comment in this group as well. So the
question is - All other things being equal, is Access 2002 more stable than
2000?


Initially A2000 was quite unstable but with the SPs installed it's pretty decent. I
haven't had any problems with it recently that I can recall.

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
Nov 13 '05 #6
"Tony Toews" wrote
Initially A2000 was quite unstable but
with the SPs installed it's pretty decent.
I haven't had any problems with it
recently that I can recall.


I don't have a copy of Access 2000 with all three Service Packs applied --
did any of them speed up the monolithic save? It appears to me that the
original Access 2002 / 2003 monolithic save, before applying any Service
Packs/Releases to them, is certainly speedier than the original Access 2000
monolithic save.

And, as best I can determine, going to the monolithic save did NOT eliminate
"The Amazing Biodegradable Forms Issue" since I've seen a number of reports
that have suspiciously similar symptoms.

In any case, I don't know of any good argument FOR developing and
distributing in Access 2000 if you have Access 2002 available. If you have
users who only have Access 2000, testing and making the .MDE in Access 2000
ought to work just-fine-thankee.

Larry Linson
Microsoft Access MVP


Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
14
by: Sean C. | last post by:
Helpful folks, Most of my previous experience with DB2 was on s390 mainframe systems and the optimizer on this platform always seemed very predictable and consistent. Since moving to a WinNT/UDB...
4
by: Denyse | last post by:
Could anyone tell me if they have experienced any problems with MS Access 2000 especially if their database contains over 20,000 records. I have found that once I have grown the database to over...
3
by: Jeffrey | last post by:
Good day all, I have seen so many postings dealing with MS Access as a security risk and other items, yet I see now clear reason why. I would really like someone to point me in the right...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
55
by: AnandaSim | last post by:
I just had a google through this NG but have not seen mention of Erik Rucker's blog entry and the new Jet: http://blogs.msdn.com/access/archive/2005/10/05/477549.aspx mentioned by Mike...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
12
by: sparks | last post by:
My boss and I both have access 97 and access 2003 installed on our systems. Lately he has been having a lot of problems. Databases that won't close. The database looks like it closes but access...
9
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.