Archiving data

A

Allie

I would like to archive data on the 15th of every month.
How do I create a macro or procedure to do this?

Thanks
 
J

Jeff Boyce

Allie

Define "archive"...

Some folks figure that means removing rows from one table and sticking them
in another. This creates headaches if you ever have to recombine.

Another approach is to use either a Yes/No field (Archived?) or a Date/Time
field, into which you store the date "archived".

If you use the latter approach, you can modify your queries, forms and
reports to only use the un-archived rows, and, to the user, it will appear
that they are only using "live" data.

If performance is a concern, index the field.

And when the day comes that you have to "look up" historical information,
it's all in there!
 
A

Allie

I would need to move the data to a new table in another
(archived) database. The data would be put on CD every few
months.

I would not need to retrieve the data since the "live"
database will always contain a summary of the data that
was archived.

Thanks
 
F

Franckie Diago

I would like to archive data on the 15th of every month.
How do I create a macro or procedure to do this?

Thanks
HOW DO I FOUND ANSWER TO FAQ, LIKE THE ONE ABOVE ?
THANKS
 

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