Question on TransferText Action in a Macro

AccNovice

Registered User.
Local time
Today, 23:27
Joined
Aug 3, 2008
Messages
17
I have an existing Macro that contains the following action:

TransferText
Transfer Type: Import Delimited
Specification Name: STAT01 Import Specification
Table Name: 01 Data
File Name: E:\HNA Shared Other\New IT folder\I90 STATS\
Database\STAT01.tab
Has Field Names: No
HTML Table Name:
Code Page:


My question is:

When you import data to the specified table does it always append
the new records to the table OR does it overwrite all the transactions in the table?
 
Importing to an existing table should append records. If you want to clear it out before appending the records use a delete query to clear it.
 
Thank you very much for responding and answering my question!
 

Users who are viewing this thread

Back
Top Bottom