Results 1 to 2 of 2
  1. #1
    Kgangani is offline Novice
    Windows XP Access 2013 64bit
    Join Date
    May 2017
    Posts
    1

    Form to Csv

    I have a form that users can input information in. I want to export this information as a .csv


    and have another software read it in. Can I create a csv right away, or does it need to covert to Excel first and then make it a csv?

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    You need to export the data as text and name the file ".csv". The data must be on a table which you can export or you can export from a query. A button on a form can either run a macro or a VBA routine which does the TransferText command. It uses a specification which you need to create first.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums