Select the product you need help with
How to recover tables deleted from a database in Access 2000, Access 2002, or Access 2003Article ID: 209874 - View products that this article applies to. This article was previously published under Q209874 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb). SUMMARY
This article shows you how to create a sample Visual Basic for Applications
function that you can use to recover tables deleted from a Microsoft Access database under the following conditions:
MORE INFORMATIONThe following sample function will try to recover all deleted tables in an Access database. To create the sample function, follow these
steps. Note These steps assume that you are creating the sample function for future use. If instead you are adding the code directly to a database in which tables have been deleted, skip step 1. If you closed Microsoft Access or the database where you deleted tables, you cannot recover the deleted tables by using this function. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. NOTE: The sample code in this article uses Microsoft Data Access Objects. For this code to run properly, you must reference the Microsoft DAO 3.6 Object Library. To do so, click References on the Tools menu in the Visual Basic Editor, and make sure that the Microsoft DAO 3.6 Object Library check box is selected.
REFERENCES
For more information about the TableDefs collection, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type TableDefs collection in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Properties | Article Translations
|


Back to the top








