The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEThis error occurs because the example contains an error. The example uses the OpenRecordset method to open the Employees table as a table-type Recordset object, but the FindFirst method is not available with table-type Recordset objects. RESOLUTION
Change the line in the example that reads
to the following line:
STATUSThis behavior no longer occurs in Microsoft Access version 7.0. REFERENCES
For more information about the OpenRecordset method, search for
"OpenRecordset," and then "OpenRecordset Method (Data Access)" using the
Microsoft Access Help menu.
Additional query words: kberrmsg
Keywords : kbusage |
Last Reviewed: April 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |