I use the line below to transfer a query (as a .dat file)to a network drive. I converted the database from 97 to 2000 and this stopped working. I got an error message that said the Cannot update. Database or object was read-only. When I run this in 97 it works fine but in 2000 it fails. I checked the file at it's not a read-only file. Any thoughts? Thanks..
DoCmd.TransferText acExportFixed, "RPT_STC Address Rpt Export Specification", "RPT: STC Address Rpt Query", "H:\eib\int.dat",
DoCmd.TransferText acExportFixed, "RPT_STC Address Rpt Export Specification", "RPT: STC Address Rpt Query", "H:\eib\int.dat",