Error message 'object invalid or no longer set'

  • Thread starter Thread starter Dave Waters
  • Start date Start date
D

Dave Waters

Hi

I wonder if anyone can help me.

We have got an Access database which we use for call
logging and tracking work being carried out.
If i go in to a call and edit it then save it, then open
another call and save it, it gives the error 'object
invalid or no longer set' then resets the information in
all of the fields. the only way to get rid of the error
message is to end the task in task manager.

If anyone has ever come across this problem before or
knows why it is happening could they please e-mail me
direct on this address david.waters@creative-
computing.co.uk.

Thanks

Dave
 
This can happen with class, recordset, or a number of other objects.

If you have the source code, you need to debug and figure out when the
object is terminated (i.e. set to Nothing).

If you don't have the source code, then it's time to call the developer for
a bug fix.

If you have the source code, but don't know how to debug, we'll be happy to
do it for you.

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top