Hi,
I am trying to export a tab delimited text file to the network using the UNC path but get "Cant update, database or object is read only". I can manually export to that location but using the UNC get an error. If I take out the UNC path and put a regular "N\HOPA\Billing" path it works also. Any ideas why?
DoCmd.TransferText acExportDelim, "WaivedAudits", "tblAcctWaivedAudits", "\\fs3nt\qa\billing\io\Waived Audits " & strDate & ".txt"""
Thanks, Lisa
I am trying to export a tab delimited text file to the network using the UNC path but get "Cant update, database or object is read only". I can manually export to that location but using the UNC get an error. If I take out the UNC path and put a regular "N\HOPA\Billing" path it works also. Any ideas why?
DoCmd.TransferText acExportDelim, "WaivedAudits", "tblAcctWaivedAudits", "\\fs3nt\qa\billing\io\Waived Audits " & strDate & ".txt"""
Thanks, Lisa