J
Jay
Thank you inadvance,
Following code gives me an error "Database or object is read only".
Your insights are appreciated.
Dim MyDate
MyDate = Replace(Date, "/", "-")
OutPutFile = "\\....\Report " & MyDate & ".xls"
DoCmd.TransferText acExportDelim, "MySpecification", "MyFile", OutPutFile,
True
Following code gives me an error "Database or object is read only".
Your insights are appreciated.
Dim MyDate
MyDate = Replace(Date, "/", "-")
OutPutFile = "\\....\Report " & MyDate & ".xls"
DoCmd.TransferText acExportDelim, "MySpecification", "MyFile", OutPutFile,
True