Hi Larry
As far as I know, ACH file is a CSV (Comma Separated Values) file, so you
can use the Transfertext method.
From Access help:
DoCmd.TransferText ([TransferType], [SpecificationName], [TableName],
[FileName], [HasFieldNames], [HTMLTableName], [CodePage])
HTH,
Immanuel Sibero