June 1999
Intermediate to advanced
1368 pages
29h 45m
English
There are different ways to use the Err object (used by Access) and Error objects (used by Jet), as well as the Error statement, which can make them confusing. It's best to examine them in the order that you'll use them.
In Access 97, the Err object contains information about the most recent error that has occurred. The Err object takes the place of the Err statement and Error$ in versions before Access 95. The Err object contains properties and methods, as do other Access objects. Table 7.1 shows the properties belonging to the Err object.
| Property | Description |
|---|---|
| Description | Contains the description of the error if a description exists. |
| HelpContext | Stores the context ... |
Read now
Unlock full access