PC Review


Reply
Thread Tools Rate Thread

How do I archive files in Access?

 
 
=?Utf-8?B?Tm9lbA==?=
Guest
Posts: n/a
 
      24th Feb 2006
I am new to archiving files in Access. We have a database that has
information that goes back to 2001. We only want to have 2 years in the
current database and we want anything prior to 2003 archived. How do I go
about doing this?
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      24th Feb 2006
Noel

Unless you have a monstrously large database (say, 1Gbyte or more), don't!
Archiving by moving to another table (or another database) makes more work
for you, as you have 2 (or 3, or 4, or ...) places to look for something.

Instead, consider adding a field to the table. If you care about when a
record was archived, make it a date/time field ([DateArchived]). If you
only care THAT it was archived, make it a Yes/No field. Then modify your
queries to exclude the archived records.

Or even simpler, if you only want to be looking at records within the last
two years, modify your queries with a selection criterion that excludes
records older than two years. You'd need to have a DateEntered or
DateActivated or ... DateSomething field as part of the record to do it this
way.

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Noel" <(E-Mail Removed)> wrote in message
news:A04E91B1-981F-4166-979E-(E-Mail Removed)...
>I am new to archiving files in Access. We have a database that has
> information that goes back to 2001. We only want to have 2 years in the
> current database and we want anything prior to 2003 archived. How do I go
> about doing this?



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      25th Feb 2006
Noel wrote:
>I am new to archiving files in Access. We have a database that has
> information that goes back to 2001. We only want to have 2 years in
> the current database and we want anything prior to 2003 archived. How
> do I go about doing this?


Add a check box field and call it something like archive or old or
whatever. Use filters or queries that will select all records not archived.

You don't want to remove or or move the records out.

--
Joseph Meehan

Dia duit


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I archive Outlook files and retain quick access? Bazza Microsoft Outlook Discussion 1 11th Jun 2008 08:23 AM
using access to archive and access approx 15,000 .crd or .txt files _Bigred Microsoft Access External Data 4 15th Mar 2006 04:14 PM
how do i access archive pst files =?Utf-8?B?SGVsZW5C?= Microsoft Outlook Discussion 7 9th Nov 2005 08:20 PM
What software do I download to access .pst archive files =?Utf-8?B?dGhlbmV3YXJrQGJlbGxuZXQuY2E=?= Microsoft Outlook Discussion 7 7th Nov 2005 03:58 PM
How do I access e-mails from the archive files? =?Utf-8?B?UXVlZW5pZQ==?= Microsoft Outlook Discussion 1 16th Oct 2004 11:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:42 AM.