Archiving Data ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do i archive data ?

Ideal thing would be that the users could delete/modify/add data and when
they would feel the need, they could archive the data just by using some
macro or something similar.
 
You can take a backup copy of the mdb file at regular intervals.
But if you want to archive individual records from various tables it is up
to your design of the database.
 
Sutemi said:
How do i archive data ?

Ideal thing would be that the users could delete/modify/add data and
when they would feel the need, they could archive the data just by
using some macro or something similar.

Define Archive. Do you mean store inactive data that you want to hide
from the usual day to day activity, but still have access to from time to
time? Or do you mean you want to back up your data to protect it from
loss?

Assuming the first and also assuming it is not an extremely large amount
of data, I suggest adding an additional binary filed to the table(s) and
indicate yes for archived and no for current. (other way around if you
like). From then on you can use filters or queries to display just current
data, just archival data or all 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

Back
Top