Hi,
I need to export a .dat file with delimited format (using ";")
I have tried the following:
DoCmd.TransferText acExportDelim, "ED File", "Employee Data Output", "c:\testfiles\file1.dat", False, ""
But when I execute the code the folloing error is shown:
Run-time error '3027'
Cannot...