G
Guest
Where do I find a list of what errors = what number. For instance - I would
like to know what error number 2105 means.
like to know what error number 2105 means.
Where do I find a list of what errors = what number. For instance - I would
like to know what error number 2105 means.
Sarah at DaVita said:Where do I find a list of what errors = what number. For instance -
I would like to know what error number 2105 means.
storrboy said:In the 97 help files there is a topic named "Trappable Errors" not
sure if it's the same in newer versions.
Also there is a topic called "Determine the Error Codes Reserved by
Microsoft Access and the Microsoft Jet Database Engine" that contains
a complex looking function. If you copy and paste this into a modlue,
place the cursor somehwere inside the function and press the F5 key,
it will create a new table filled with errors related to Access and
Jet.
Look in the code for the line - For lngCode = 0 To 3500
You can increase the number of errors returned by increasing the
number 3500. I've set it as high as 10000, but you'll rarely see error
numbers that high. Five thousand should be ample.
storrboy said:I mentioned these two sources as they are somewhat different and
sometimes it can be hard to remember which list to look at - there are
some errors in the first topic that are not found in the table created
by the function like 3, 20, 91.... AccessError will display only those
it recognizes, the rest can be displayed by using the Error() function
(usually these errors are only found in VB).
True, I forgot about the VB errors. Unfortunately, a lot of information
was lost, or at least made impossible to find, in the transition from
the Access 97 help system to the Access 2000 help system. A lot of
people keep the A97 help file handy, even when they aren't using Access
97 any more.
storrboy said:I'm one of them.
I was even considering copying pages from multiple help files and
making a custom one for myself. Not sure if I should though.
Infringing perhaps?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.