How to Import Text File into Microsoft Access Table Using DDELast reviewed: April 16, 1996Article ID: Q113905 |
The information in this article applies to:
SUMMARYThis article shows you how to implement the built-in TransferText command of Microsoft Access to import data from a text file into a Microsoft Access Table using DDE. This method is faster than the alternate method outlined in the following article in the Microsoft Knowledge Base: ARTICLE-ID: Q103807 TITLE : How to Convert a Text File into a New Access Database MORE INFORMATIONThe TransferText command is used in Access Basic to import data from a text file into a table. If the table specified doesn't exist, the TransferText command creates the table. If the table does exist, the text file's format must match that of the existing table. The text file can be comma delimited with strings enclosed in quotation marks or it can be of fixed width. The delimiter and fixed width settings can be set up in Microsoft Access by choosing Imp/Exp Setup from the File menu. For more information on these settings, please consult the Microsoft Access Help menu.
Step-by-Step Example
ARTICLE-ID: Q96845 TITLE : How to Use DDE to Display Microsoft Access Data in VB |
Additional reference words: 3.00 4.00 vb416
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |