i set up a specification and use the code below which is attached to a button when clicked.
DoCmd.TransferText acImportFixed, "Test", "Aaa", ["C:\aaa.txt"], True
But when i click the button there is an error message saying "Access can't find 'l' referred to in your expression".
Any ideas? thanks.