Restore database from backup

R

Roland @ Zuca

I made a backup of my database and had to open it to recover changes that had
been lost. How do I restore my backup to my original database? The Save &
Save As commands only seem to save database objects to my open database.
 
A

a a r o n _ k e m p f

only SQL Server supports true backup / restore functionality

with Access, you've got to HOPE that someone didn't have the db open
when you back it up
 
J

Jerry Whittle

You use import to bring in the needed object from one database to another.

Hopefully you have split the database. If so, you can often just replace the
existing front end with the backup front end and not disturb the data.
 

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