Start new database with same format for New Year

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

Guest

I need to start our order database over for the new year. I do not know how
to do this while keeping the same format and saving the old information for
occasional use. I thought deleting everything and then using Save As may
work but Access updates every couple of seconds...Is it possible???
 
Generally you would add a binary filed called archive (of the name of
your choice) and run all the data through a query that filters out all those
records with the "archive" switch on.
 
I need to start our order database over for the new year. I do not know how
to do this while keeping the same format and saving the old information for
occasional use. I thought deleting everything and then using Save As may
work but Access updates every couple of seconds...Is it possible???

Unless your database is *really* huge (as in over 1,500,000,000 bytes)
it may not be either necessary nor beneficial to do so. Instead, just
keep using the database as it is; rather than using your tables
directly, use Queries selecting records for the current year (or a
previous year).

An Access database IS NOT A DOCUMENT. "Save As" is not really
relevant. If you really do want to do this, use Windows Explorer to
make a copy of your database; keep the old database in a safe place,
and open the new one. Carefully and judiciously run Delete queries to
delete existing data from the tables (say, if you have a lookup table
of cities and postal codes, DON'T delete anything from it; you'll
surely need that information). When you're done deleting use Tools...
Database Utilities... Compact and Repair Database to recover the
freed-up space (Access won't do so on its own).

John W. Vinson[MVP]
 

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

Similar Threads


Back
Top