ACC: How to Import Several dBASE Databases at Once 95/97Last reviewed: August 29, 1997Article ID: Q141611 |
The information in this article applies to:
SUMMARYThis article demonstrates how you can import multiple dBASE databases using a batch process using Visual Basic for Applications. Many new Microsoft Access 7.0 and 97 users want to immediately import data from the systems they are currently using. The Import dialog box in Microsoft Access enables you to import one table at a time, which usually is sufficient. However, some users have numerous tables to import, or they may want to import multiple tables regularly. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to your version of the "Building Applications with Microsoft Access" manual.
MORE INFORMATIONYou can quickly import tables with a batch process using a Visual Basic procedure and a batch table. This procedure is designed for importing only dBASE databases, but you can easily modify the procedure to accommodate other file formats. The batch table lists the tables that you want to import. The Visual Basic procedure reads the table and imports each foreign table listed there. To do so, follow these steps:
REFERENCESFor more information about TransferDatabase, search the Help Index for "TransferDatabase method," or ask the Microsoft Access 97 Office Assistant. For more information about batch importing dBASE databases in Microsoft Access version 1.x or 2.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q88764 TITLE : ACC: How to Import Several dBASE Databases at Once (1.x/2.0)dBase III, dBASE III PLUS, and dBASE IV are manufactured by Borland International, Inc., a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding the performance or reliability of these products. Keywords : kb3rdparty PgmHowTo PgmObj PgmFilM Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |