I'm creating a database for my department. Many of the
computers accessing this database will be Access 97 Run-
Times. The IT person told me that, concerning the err
object when error trapping, I only can use the err.number
property. He said the Run-Times will crash if my code
asks for err.description or err.source.
I was hoping someone could verify that this is indeed
true.
Thanks,
DarrylQA
Douglas J. Steele - 31 Jan 2004 11:52 GMT
It's not true.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)
> I'm creating a database for my department. Many of the
> computers accessing this database will be Access 97 Run-
[quoted text clipped - 9 lines]
>
> DarrylQA