Access Export

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stella
    New Member
    • Jun 2006
    • 3

    Access Export

    Am geeting compile error: Expected: = on the following code:

    DoCmd.TransferT ext([TransferType As AcTextTransferT ype = acExportDelim],["exportraw"],[strTable],[FileName],[True],[ ],[ ])

    Any ideas?
  • wlc04
    New Member
    • May 2006
    • 70

    #2
    Do you have an export specification built?

    Comment

    • safak112
      New Member
      • Jun 2006
      • 3

      #3
      wlc04 can you please clarify that?

      Comment

      • wlc04
        New Member
        • May 2006
        • 70

        #4
        If you manually export the data to a text file you are prompted for several parameters.
        When you reach the last parameter (you will specify the export path) choose the Advanced button and then choose Save As and it will give you a default specification name (you can rename whatever you want). This specification is saved and can be used in macros and modules so that access knows how you want the file to look when it's exported.

        Comment

        Working...