ACCESS 2002

  • Thread starter Thread starter RSANCHEZ
  • Start date Start date
R

RSANCHEZ

I HAVE SEVERAL MONTHS OF INFO SLOWING DOWN MY PROGRAM. HOW
DO I PULL OLD INFO AND STORE IT? i MUST BE ABLE TO GET IN
TO IT FROM TIME TO TIME.
 
First, explore whether your queries are unnecessarily including "old"
information when they return records. Change them to only pull the data you
really want.

Otherwise, create new table(s) for archiving "old" data. Use an append query
to copy the "old" data into the new table(s), and then use a delete query to
delete those "old" data from the original table(s).
 

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

Access MS Access VB 0
Help Setting up database 2
Switched, powered USB3.0 hubs fail after a short time? 3
removing blank records 4
accession number question 7
Setting up TrueNAS frustration 4
Creating a flexible query 5
Windows 10 New Win 10 File Explorer 2

Back
Top