read only database issue

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top