I support an MS Access application in which errors are trapped using
the On Error statement. Just recently, the users of this system have
experienced run-time error number 3021 on a random basis. My biggest
problem right now is that the error description associated with this
error is Application-defined or object-defined error. It has always
been my understanding that these error numbers would not be used by
Microsoft and were available to application developers for their use
as in Err.Raise 3021, etc.
When I searched this group for this error, however, I see postings
that would indicate that 3021 is the No current record error. It
would appear that I might be having a problem with the table that
cross-references an error number to its description. I am having this
problem with my version of Access as well as at the client site. Both
sites are running Access 2000 Version 9.
Does anyone know of a fix for this short of reloading MS Access (which
will be a hard sell at the client site). Is this cross-referencing
done with a .dll or some other single file that can be reloaded?
Thanks.
the On Error statement. Just recently, the users of this system have
experienced run-time error number 3021 on a random basis. My biggest
problem right now is that the error description associated with this
error is Application-defined or object-defined error. It has always
been my understanding that these error numbers would not be used by
Microsoft and were available to application developers for their use
as in Err.Raise 3021, etc.
When I searched this group for this error, however, I see postings
that would indicate that 3021 is the No current record error. It
would appear that I might be having a problem with the table that
cross-references an error number to its description. I am having this
problem with my version of Access as well as at the client site. Both
sites are running Access 2000 Version 9.
Does anyone know of a fix for this short of reloading MS Access (which
will be a hard sell at the client site). Is this cross-referencing
done with a .dll or some other single file that can be reloaded?
Thanks.
Comment