S
Southern at Heart
The below line exports a table to another database. I get an error when that
database is 'read only'. Can I programmatically change the database
strLocation to not be read only?
DoCmd.TransferDatabase acExport, "Microsoft Access", strLocation, acTable,
strTable, strExportedName
thanks,
SouthernAtHeart
database is 'read only'. Can I programmatically change the database
strLocation to not be read only?
DoCmd.TransferDatabase acExport, "Microsoft Access", strLocation, acTable,
strTable, strExportedName
thanks,
SouthernAtHeart