In some applications, when you want to make a copy of a client or a database, there is a
Copy As
command that lets you make a copy of the database using a different name. The Copy As command doesn’t delete the original database. It makes a copy of the current database with a new name so there are now 2 identical databases but with different names. Practice CS doesn’t include a Copy As command. To Copy As a database, you'll need to backup the current database then restore it under a different name.
Make a backup of the database you want to copy
Open the database (Firm) you want to make a copy of.
Go to
File / Backup
.
Make note of the path and file name the database is being backed up to.
Select
OK
.
note
This is most easily done at the database server.
Restore the database using a different name
Go to
File / Restore
.
Go to the path and file name recorded in step 3 in the preceding section.
Enter the name you want to give the new copy of your database at
New Firm name:
. The backup file should show in the list under
Select the database you would like to restore:
Select the database and select
OK
.
To open the renamed copy of the database:
Go to
File / Open firm
.
Select the copy of the database you just created from
Open Firm
.
Select
OK
.
If you no longer want the copy of the database under the original name which is the equivalent of renaming (as opposed to saving as) the database:
Go to
File / Open Firm
.
Select the original data database you made a copy of.
Go to
File / Delete firm
.
note
Practice CS will make a backup of the database before deleting it.