User Profile

Collapse

Profile Sidebar

Collapse
Cuaracao
Cuaracao
Last Activity: Mar 28 '08, 09:58 AM
Joined: Mar 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Cuaracao
    replied to export from ms access
    Hi
    Try like this:

    'DoCmd.OpenTabl e "tblImport"
    'DoCmd.Transfer Database acExport, "dBASE IV", strOutputDir,ac Table,"sel_TblI mport", strDbfName & ".dbf", False
    '
    DoCmd.Close acTable, "tblImport"

    =============== =============== =============== ===== ======

    Code2:

    DoCmd.TransferT ext acExportDelim, sImportSpecific ation,...
    See more | Go to post

    Leave a comment:


  • Export table to dbf file and right codepage with DoCmd.TransferText

    This is my code:

    Code1:
    Code:
    'DoCmd.OpenTable "tblImport"
    'DoCmd.TransferDatabase acExport, "dBASE IV", strOutputDir,acTable,"sel_TblImport", strDbfName & ".dbf", False
        '
    DoCmd.Close acTable, "tblImport"
    =============== =============== =============== ===========

    Code2:
    Code:
    DoCmd.TransferText acExportDelim, sImportSpecification, "sel_TblImport",
    ...
    See more | Go to post
    Last edited by NeoPa; Mar 7 '08, 11:15 PM. Reason: Please use [CODE] tags
No activity results to display
Show More
Working...