The information in this article applies to:
SYMPTOMS
In Microsoft Access version 1.x, if an Access Basic function creates a
table with a QueryDef() function, and then attempts to delete that table,
the following error message appears:
The new table does not get deleted, and is not displayed in the Database window until the window is refreshed. CAUSEIf the Database window is displaying the tables while the function is being run, the Database window must be refreshed to display the new table before it can be deleted. RESOLUTIONRefresh the Database window before attempting to delete the table. To do this, choose another object (for example, forms) in the Database window, then display the tables again. STATUSMicrosoft has confirmed this to be a problem in Microsoft Access versions 1.0 and 1.1. This problem no longer occurs in Microsoft Access version 2.0. MORE INFORMATION
The following function uses the sample database NWIND.MDB to
demonstrate how to create the table and then successfully delete it.
Make sure that you choose Table in the Database window before you run
the function below.
Additional query words: QueryDef refresh
Keywords : kberrmsg kbusage TblModfy |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |