Missing one Row

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

When I import a text file using a specification, it works
fine and gives me all 204 records, but when I automate
the import in a macro using the same file, specification,
and table to import to, I only get 203 records. It
doesn't import the first record in the text file. Anyone
have any ideas why this is happening?

Thanks!

Mike
 
If you are using TransferText in your macro, make sure that the Has Field
Names property in your Macro is set to 'No'. If this property is set to
'Yes', it will assume that the first row in the text file is a header
containing field names.
 
Back
Top