Couldn't parse field names from first row of import table.

Error 3245

The first row of data contains invalid field names, such as quoted and unquoted strings in the same field name.  In the following example, the third and fourth field names are unparsable:

 

          "Name", Date, "ID " Number, Phone" Number"

 

The first two fields are valid, but the third and fourth aren't because they contain non-space characters outside of the quotation marks.

Check the import table for properly matched quotation marks, then try the import operation again.

This error should not occur in Visual Basic, because importing tables is not supported.