Exporting Large Amounts of Data to a text file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbrunjes
    New Member
    • Jan 2010
    • 1

    Exporting Large Amounts of Data to a text file

    When I try to export results from a query (about 300,00 rows)to a .txt file in ACCESS 2007, I get an error message that the clip board can exceed 64 rows.

    Is there a way of getting around this?

    Thanks
  • ADezii
    Recognized Expert Expert
    • Apr 2006
    • 8834

    #2
    You can manually Export the Data (Comma Delimited) using VBA Code. Post the SQL for the Query so that we can have a look.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32656

      #3
      What method are you using in your attempt to export the data?

      In whichever method that is, are you sure it is 64 rows rather than 64K?

      Comment

      Working...