473,397 Members | 1,961 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,397 software developers and data experts.

object invalid or no longer set

Hello everyone, I hope someone here can help. I created an application in
MSAccess 2000 using VBA for a local telco to track their DSL orders. The
database is split into a front end and a back end. There are approximately
60 users. 4 of the users receive the error "Object invalid or no longer
set" at random times while they are using the application. After trying all
the suggestions on Microsoft's site, the error is still occurring.
Yesterday, we gave one of the troubled users a new machine and the error no
longer occurs for that user. I cannot find a common denominator for the
other 3 users. 2 are using Windows XP, one is on Windows 2000. One is
using Office 2000, one is using Office XP, and one is using Office 2003.
All the machines have at least 256 megs of ram and are pentium 4 class.
Please offer any suggestions you may have. Thank you.

Tammy
Nov 13 '05 #1
2 4653
For this kind of intermittent error, the first thing to check would be
service packs.

The Help | About in Access will show you the service pack. You should see
SP3 for Access 2000, SP3 for Access 2002, and SP1 for Access 2003.

More importantly, is the JET service pack. Locate the file msjet40.dll
(typically in windows\system32). Right-click, and choose Version, You should
see 4.0.8xxx.0. If you do not see the 8, you need SP8 for JET 4.

The service packs are available in the Downloads section at
support.microsoft.com. I would expect the JET 4 service pack to solve the
problem.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"TSanders" <ju*******@triad.rr.com> wrote in message
news:7x****************@twister.southeast.rr.com.. .
Hello everyone, I hope someone here can help. I created an application in
MSAccess 2000 using VBA for a local telco to track their DSL orders. The
database is split into a front end and a back end. There are
approximately
60 users. 4 of the users receive the error "Object invalid or no longer
set" at random times while they are using the application. After trying
all
the suggestions on Microsoft's site, the error is still occurring.
Yesterday, we gave one of the troubled users a new machine and the error
no
longer occurs for that user. I cannot find a common denominator for the
other 3 users. 2 are using Windows XP, one is on Windows 2000. One is
using Office 2000, one is using Office XP, and one is using Office 2003.
All the machines have at least 256 megs of ram and are pentium 4 class.
Please offer any suggestions you may have. Thank you.

Tammy

Nov 13 '05 #2
Thanks Allen, I will try your suggestion.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:41***********************@per-qv1-newsreader-01.iinet.net.au...
For this kind of intermittent error, the first thing to check would be
service packs.

The Help | About in Access will show you the service pack. You should see
SP3 for Access 2000, SP3 for Access 2002, and SP1 for Access 2003.

More importantly, is the JET service pack. Locate the file msjet40.dll
(typically in windows\system32). Right-click, and choose Version, You should see 4.0.8xxx.0. If you do not see the 8, you need SP8 for JET 4.

The service packs are available in the Downloads section at
support.microsoft.com. I would expect the JET 4 service pack to solve the
problem.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"TSanders" <ju*******@triad.rr.com> wrote in message
news:7x****************@twister.southeast.rr.com.. .
Hello everyone, I hope someone here can help. I created an application in MSAccess 2000 using VBA for a local telco to track their DSL orders. The database is split into a front end and a back end. There are
approximately
60 users. 4 of the users receive the error "Object invalid or no longer
set" at random times while they are using the application. After trying
all
the suggestions on Microsoft's site, the error is still occurring.
Yesterday, we gave one of the troubled users a new machine and the error
no
longer occurs for that user. I cannot find a common denominator for the
other 3 users. 2 are using Windows XP, one is on Windows 2000. One is
using Office 2000, one is using Office XP, and one is using Office 2003.
All the machines have at least 256 megs of ram and are pentium 4 class.
Please offer any suggestions you may have. Thank you.

Tammy


Nov 13 '05 #3

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

Similar topics

15
by: Rick | last post by:
Hi, Does deleting an object more than one times incur undefined behavior? I think it doesn't but just making sure... thanks Rick
7
by: deko | last post by:
I'm getting intermittent "Object Invalid or No Longer Set" errors in my Access 2002 mdb. What causes these errors? Has anyone dealt with this before? I can't trace it because it's not easy...
4
by: deko | last post by:
RE: "Object Invalid or No Longer Set" errors I've had an angelic visitation and the revelation is that my problem, in essence, is due to the fact that I have multiple forms open at the same time...
2
by: Galina | last post by:
Hello I have a very complex database application, which have been working fine for several years in Access 97. Now I had to convert it into Access 2000. The main form (course) has got 2 subforms....
1
by: Jozef | last post by:
HELP! Hi Folks, I'm having trouble referencing these public variables, and I'm not sure why. I use the code below to set open a connection to a database. The variables are public variables...
15
by: cedgington | last post by:
I wanted to take advantage of the large set of functionality offered by the framework, so for my latest project I'm using managed C++ with .NET v2. I'm using the gcnew operator in two different...
2
by: 4bex | last post by:
Hello there, I am trying to get to the bottom of an 'Object invalid or no longer set' issue, but I am not a database programmer. We have approx 20 users on MS Access 2002 front...
4
Frinavale
by: Frinavale | last post by:
I currently have a website that collects information (mainly text and integers) inputed by users and stores that information into an object which is in turn stored in Session. Each page has its own...
21
by: phpCodeHead | last post by:
Code which should allow my constructor to accept arguments: <?php class Person { function __construct($name) { $this->name = $name; } function getName()
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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.