Question Backup in .accde

mcdhappy80

Registered User.
Local time
Today, 18:49
Joined
Jun 22, 2009
Messages
347
What would be the best way to make backup of data in .accde database?
Can this be done properly without first splitting the database?
I prefer not to complicate things because only one user at the time will work with the database.
Can tables (with data) be exported from .accde database?

Thank You.
 
It is always a good idea to split a database even with a single user. Separation of data and program is always best practice. Splitting does not complicate anything but results in two simplified files instead of one complex file.

It also means smaller backups. The front end accde does not change. You would only be backing up the data. However you will need the original accdb to relink the tables to the front end.

Yes the tables can be exported.
 

Users who are viewing this thread

Back
Top Bottom