A
Alan
I have a simple fixed width .txt file.
I can import it interactively and i can create an Import
Specificaton that also works when i run it interactively.
However when i use the Import Specification as an argument
to TransferText in a macro (appAccess.DoCmd.TransferText
acImportFixed, "Table3 Import Specification", ThisTable,
ThisTextFilePath, False) all rows are rejected with a Type
Conversion error.
Any suggestions appreciated.
Some documentaion refers to creating the Import
Specification via a schema.ini file - i'd try this but
can't find any information on how to create a schema.ini?
Thanks , Alan
I can import it interactively and i can create an Import
Specificaton that also works when i run it interactively.
However when i use the Import Specification as an argument
to TransferText in a macro (appAccess.DoCmd.TransferText
acImportFixed, "Table3 Import Specification", ThisTable,
ThisTextFilePath, False) all rows are rejected with a Type
Conversion error.
Any suggestions appreciated.
Some documentaion refers to creating the Import
Specification via a schema.ini file - i'd try this but
can't find any information on how to create a schema.ini?
Thanks , Alan