Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > Queries

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-18-2005, 06:11 PM
jazz123 jazz123 is offline
Registered User
 
Join Date: Apr 2005
Posts: 32
jazz123 is on a distinguished road
Archive Question

I work for an airline, and we use an Access Database to track all baggage claims. The file is getting pretty large, so we want to remove the closed claims from the main table. Is it better to append the closed claims to a new table, or would it be better to export the closed files to an Excel document?

If I choose the option to Append to a new table, can this be done to a second database or just create an additional table in the existing file?

Any help that you can give, I'd greatly appreciate.

thanks!
Reply With Quote
Sponsored Links
  #2  
Old 05-18-2005, 06:49 PM
maxxximaniac maxxximaniac is offline
Registered User
 
Join Date: Oct 2004
Posts: 80
maxxximaniac is on a distinguished road
You can append either way, if you still want to be able to manipulate that closed claim data, I would suggest appending to a 2nd database, an archive.

Just Export to another database.
Reply With Quote
  #3  
Old 05-18-2005, 07:08 PM
jazz123 jazz123 is offline
Registered User
 
Join Date: Apr 2005
Posts: 32
jazz123 is on a distinguished road
Quote:
Originally Posted by maxxximaniac
You can append either way, if you still want to be able to manipulate that closed claim data, I would suggest appending to a 2nd database, an archive.

Just Export to another database.
Is this done through a query? I'm not sure how I would do this.
Reply With Quote
  #4  
Old 05-18-2005, 07:32 PM
maxxximaniac maxxximaniac is offline
Registered User
 
Join Date: Oct 2004
Posts: 80
maxxximaniac is on a distinguished road
Do a Make table query with the closed claim criteria,
Then do a delete query and erase it from the main table.

Create a New DB, and drag that table into the new one. Or Right click the table, and click export, then click on your new DB.

Erase the archived table from the Main DB.
Reply With Quote
  #5  
Old 05-18-2005, 08:15 PM
jazz123 jazz123 is offline
Registered User
 
Join Date: Apr 2005
Posts: 32
jazz123 is on a distinguished road
In the query I'd like to move all claims that have been closed for at least 30 days. I'm not sure this is possible, because I'm not sure that a date is tied to the "status" item in the table. The options are either open or closed. Putting Closed as the criteria is easy. Is there anything in the database that would specify the date it was closed automatically? Or, do I need to add a line for "Date Claim Closed"?
Reply With Quote
  #6  
Old 05-18-2005, 08:24 PM
maxxximaniac maxxximaniac is offline
Registered User
 
Join Date: Oct 2004
Posts: 80
maxxximaniac is on a distinguished road
When you append to a new table for the CLosed items, make a new field in the query

Code:
Date: Date()
That will append the current date.
Reply With Quote
  #7  
Old 05-19-2005, 10:23 PM
jazz123 jazz123 is offline
Registered User
 
Join Date: Apr 2005
Posts: 32
jazz123 is on a distinguished road
I've got an archive dadabase set up and have been able to transfer over all claims that have been closed for 30+ days. I'm going to want to do this periodically. How do I export to the new database, without the existing archive table being overwritten. Right now, I'm exporting it to a different table, and them copy and paste the new records to the archive table.

Also, is there any way to automate this process? Meaning I'd like the query to run automatically every so many days.
Reply With Quote
  #8  
Old 05-20-2005, 12:15 PM
jazz123 jazz123 is offline
Registered User
 
Join Date: Apr 2005
Posts: 32
jazz123 is on a distinguished road
Quote:
Originally Posted by jazz123
I've got an archive dadabase set up and have been able to transfer over all claims that have been closed for 30+ days. I'm going to want to do this periodically. How do I export to the new database, without the existing archive table being overwritten. Right now, I'm exporting it to a different table, and them copy and paste the new records to the archive table.

Also, is there any way to automate this process? Meaning I'd like the query to run automatically every so many days.
Anyone know the answer to this?
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes 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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Archive Question ddrew Forms 1 02-02-2005 02:48 PM
Case Base Help Thepieman General 2 12-16-2004 08:54 AM
another Archive question PARSO Queries 1 12-16-2004 06:33 AM
Archive Data question - Subform sondriven Forms 1 06-05-2003 10:43 AM
Advanced Search...Trouble.. mission2java_78 General 17 05-13-2003 07:09 AM


All times are GMT -8. The time now is 08:18 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World