PSUIVERSON
Technical User
I have setup a system of shooting tables out to text files but would like to send it out as a .PRN file and not .txt file for some of them. What VBA would I use?
I tried this but it says file is read-only?!
' Write table for each DEPTNO to text file FIXED WIDTH (SDF)
DoCmd.TransferText acExportFixed, "PDPTDCUMtxt Export", "PDPTDCUMtxt", "C:\Download\Dept_TEST\" & deptNo & "\PDPTDCUM_SDF.PRN"
Anyone done this before?
Thanks...
I tried this but it says file is read-only?!
' Write table for each DEPTNO to text file FIXED WIDTH (SDF)
DoCmd.TransferText acExportFixed, "PDPTDCUMtxt Export", "PDPTDCUMtxt", "C:\Download\Dept_TEST\" & deptNo & "\PDPTDCUM_SDF.PRN"
Anyone done this before?
Thanks...