Safe way to save data (not structure)

G

Guest

Hi all,

Is there a reasonably safe, efficient way to save the data in an Access
database? I know I can export individual tables, but is there a way to take
all data in an Access database from multiple tables? Our data analysts are
complaining about the size of the Access database due to the structure of the
database.

Thanks.
 
G

G. Vaught

If your database isn't split, then split it into two databases. The backend,
will contain the tables, the frontend will contact linked tables and any
queries, forms, reports, etc. on each users machine. This will cut down on
the size of the database on the server as it will only contain data and not
the bloat from the queries forms etc. Once the database is split and you
have made a backup, and everyone is out of the database even the frontend,
you can compact the database.

Before you split the database make a copy.
Access has a built-in splitter that you can run.
 

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