View Full Version : Question on TransferText Action in a Macro


AccNovice
08-06-2008, 05:21 AM
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?

boblarson
08-06-2008, 05:43 AM
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.

AccNovice
08-06-2008, 05:52 AM
Thank you very much for responding and answering my question!