AcDataTransferType Enumeration

Access Developer Reference

Specifies the type of transfer that you want to make with the TransferDatabase or TransferSpreadsheet method.

Name Value Description
acExport 1 The data is exported.
acImport 0 (Default) The data is imported.
acLink 2 The database is linked to the specified data source.

Remarks

Bb225863.vs_note(en-us,office.12).gif  Note
The acLink transfer type is not supported for Microsoft Access projects (.adp).