H
Heather
I am trying to get this export to work. Every time I do the export I receive
an error that the database or object is read only.
Here is my code
outputfilename = strFolderName & "\HSA_Paid_Denied_Extract_" &
Trim(Format(Date, "yyyymmdd")) & ".cvs"
DoCmd.TransferText acExportDelim, "HSA Extract Export Specification", "q-070
HSA Extract", outputfilename, True
an error that the database or object is read only.
Here is my code
outputfilename = strFolderName & "\HSA_Paid_Denied_Extract_" &
Trim(Format(Date, "yyyymmdd")) & ".cvs"
DoCmd.TransferText acExportDelim, "HSA Extract Export Specification", "q-070
HSA Extract", outputfilename, True