text import 1st record missing

mike wild

Registered User.
Local time
Today, 12:21
Joined
Feb 16, 2003
Messages
69
When manually doing a .txt import all is fine using my own import specification.

when i use this code
DoCmd.TransferText acImportDelim, "song specification", "list", "\\disco\djpower\Songs Played.his", True

the first record in the text file to import is missing

any suggestions??
 
got it - it omitted the ", true" from the end of the code.

DoCmd.TransferText acImportDelim, "song specification", "list", "\\disco\djpower\Songs Played.his", True
 

Users who are viewing this thread

Back
Top Bottom