Search results

  1. C

    DoCmd.TransferSpreadsheet does not export all fields

    I used the DoCmd.TransferSpreadsheet method to export from an Access 2003 table to Excel. The table had around 440 fields but only 230 (column iv) got exported. Does anybody know whether there is a limitation on the number of fields that can be exported. Thanks Claude
  2. C

    "DoCmd.OutputTo" to Excel truncates character/ field

    Hi all, I have been using this command in VB to export Access tables to Excel. Everything works fine except when the table contains a large Character/Text field- it gets truncated to around 200 chars. Is this a known limitation or I am doing something wrong? DoCmd.TransferSpreadsheet command...
Back
Top Bottom