How do I get around Error 3438?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm in Access 97, trying to export a table to a .ansi formatted text file. I
keep getting "The data being exported does not match the format described in
the Schema.ini file.". I've triplechecked the import spec I set up and it
looks fine...as do the data types. Any ideas?
 
I would google the exact error message to find other dialog/forums on this
same topic....

I would also consider exporting to a neutral intermediary point...maybe even
just a delimited txt file.....that export should work without a problem; and
then seeing if one can import into the ansi from there... major downside in
making this a 2 step process but it might work.....
 
Back
Top