PC Review


Reply
Thread Tools Rate Thread

Access 2003 archiving

 
 
=?Utf-8?B?U3VzYW4=?=
Guest
Posts: n/a
 
      30th May 2007
How do I archive items withing a database? I want to take items that have a
term "rescinded" on them and pull them into another database for archives. I
can not figure out how to do this. Please help.
 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      30th May 2007
Write a query like:

Select * From YourTable Where Somefield = "rescinded";

You can change it to a make table query and append those records to a table
in this or another database, then change it to a delete query and delete
them from the current table. Delete the query when you are done and compact
the database.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Susan" <(E-Mail Removed)> wrote in message
news:A8998321-882B-47D3-80B1-(E-Mail Removed)...
> How do I archive items withing a database? I want to take items that have
> a
> term "rescinded" on them and pull them into another database for archives.
> I
> can not figure out how to do this. Please help.



 
Reply With Quote
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      30th May 2007
Arvin is certainly right in how to do it; however, consider not doing it at
all. Some day you will be asked to compare and contrast the archived data
with current data. This would entail a link between two databases then a
union query to join the two tables. That could be very slow and inefficient.
Also if you make a change to your "active" table, such as adding a field or
increasing the field size, you must remember to make the same changes to your
archive table.

Unless you are starting to bump up against the 2 gb mdb file size limit or
performance is getting worse, I recommend not archiving data. Archived data
is often unusable data.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Susan" wrote:

> How do I archive items withing a database? I want to take items that have a
> term "rescinded" on them and pull them into another database for archives. I
> can not figure out how to do this. Please help.

 
Reply With Quote
 
Tom Wimpernark
Guest
Posts: n/a
 
      30th May 2007
jerry

you're a wimp dog; partitioned tables aren't that difficult
and because Access MDB indexes suck a big fat dick; yeah I'd really
reccomend pulling it into another table

Partitioning isn't that difficult

But you really should be using SQL Server, Access MDB is obsolete and it has
been for a decade



"Jerry Whittle" <(E-Mail Removed)> wrote in message
news:6BAFFE98-B1AA-4738-B69B-(E-Mail Removed)...
> Arvin is certainly right in how to do it; however, consider not doing it
> at
> all. Some day you will be asked to compare and contrast the archived data
> with current data. This would entail a link between two databases then a
> union query to join the two tables. That could be very slow and
> inefficient.
> Also if you make a change to your "active" table, such as adding a field
> or
> increasing the field size, you must remember to make the same changes to
> your
> archive table.
>
> Unless you are starting to bump up against the 2 gb mdb file size limit or
> performance is getting worse, I recommend not archiving data. Archived
> data
> is often unusable data.
> --
> Jerry Whittle, Microsoft Access MVP
> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
>
>
> "Susan" wrote:
>
>> How do I archive items withing a database? I want to take items that
>> have a
>> term "rescinded" on them and pull them into another database for
>> archives. I
>> can not figure out how to do this. Please help.


 
Reply With Quote
 
George Hepworth
Guest
Posts: n/a
 
      30th May 2007
Aaron Kem.pf is posting under a new alias.


"Tom Wimpernark" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> jerry
>
> you're a wimp dog; partitioned tables aren't that difficult
> and because Access MDB indexes suck a big fat dick; yeah I'd really
> reccomend pulling it into another table
>
> Partitioning isn't that difficult
>
> But you really should be using SQL Server, Access MDB is obsolete and it
> has been for a decade
>
>
>
> "Jerry Whittle" <(E-Mail Removed)> wrote in message
> news:6BAFFE98-B1AA-4738-B69B-(E-Mail Removed)...
>> Arvin is certainly right in how to do it; however, consider not doing it
>> at
>> all. Some day you will be asked to compare and contrast the archived data
>> with current data. This would entail a link between two databases then a
>> union query to join the two tables. That could be very slow and
>> inefficient.
>> Also if you make a change to your "active" table, such as adding a field
>> or
>> increasing the field size, you must remember to make the same changes to
>> your
>> archive table.
>>
>> Unless you are starting to bump up against the 2 gb mdb file size limit
>> or
>> performance is getting worse, I recommend not archiving data. Archived
>> data
>> is often unusable data.
>> --
>> Jerry Whittle, Microsoft Access MVP
>> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
>>
>>
>> "Susan" wrote:
>>
>>> How do I archive items withing a database? I want to take items that
>>> have a
>>> term "rescinded" on them and pull them into another database for
>>> archives. I
>>> can not figure out how to do this. Please help.

>



 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      30th May 2007
Susan <(E-Mail Removed)> wrote in
news:A8998321-882B-47D3-80B1-(E-Mail Removed):

> How do I archive items withing a database?


I never archive data.

Why do you want to?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      30th May 2007
I certainly hope so. One like him is enough.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"George Hepworth" wrote:

> Aaron Kem.pf is posting under a new alias.


 
Reply With Quote
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      30th May 2007
I certainly hope so. One like him is enough.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"George Hepworth" wrote:

> Aaron Kem.pf is posting under a new alias.
>
>
> "Tom Wimpernark" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > jerry
> >
> > you're a wimp dog; partitioned tables aren't that difficult
> > and because Access MDB indexes suck a big fat dick; yeah I'd really
> > reccomend pulling it into another table
> >
> > Partitioning isn't that difficult
> >
> > But you really should be using SQL Server, Access MDB is obsolete and it
> > has been for a decade
> >
> >
> >
> > "Jerry Whittle" <(E-Mail Removed)> wrote in message
> > news:6BAFFE98-B1AA-4738-B69B-(E-Mail Removed)...
> >> Arvin is certainly right in how to do it; however, consider not doing it
> >> at
> >> all. Some day you will be asked to compare and contrast the archived data
> >> with current data. This would entail a link between two databases then a
> >> union query to join the two tables. That could be very slow and
> >> inefficient.
> >> Also if you make a change to your "active" table, such as adding a field
> >> or
> >> increasing the field size, you must remember to make the same changes to
> >> your
> >> archive table.
> >>
> >> Unless you are starting to bump up against the 2 gb mdb file size limit
> >> or
> >> performance is getting worse, I recommend not archiving data. Archived
> >> data
> >> is often unusable data.
> >> --
> >> Jerry Whittle, Microsoft Access MVP
> >> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> >>
> >>
> >> "Susan" wrote:
> >>
> >>> How do I archive items withing a database? I want to take items that
> >>> have a
> >>> term "rescinded" on them and pull them into another database for
> >>> archives. I
> >>> can not figure out how to do this. Please help.

> >

>
>
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      31st May 2007
As others have suggested, you may not need to archive at all. I do archive
history data in cases where a history of costs or prices may be necessary.
Those archives save the key and allow multiple records using the key. I
occasionally archive when the data is no longer needed. For instance, I
archive building cost data for subdivisions that have been sold out for more
than 2 years. The first year is data which may be needed for warranties. The
second year, is a buffer year. Then I simply move the a copy of the entire
database to an archive folder and delete the unnecessary data in the
original.

Generally, you should not store an archive table (unless it's a history
many-side table) in the same database. That would be a violation of
relational rules. Before I'd do that, I'd add an "archive" (Boolean or
yes/no) field that would mark the row to be visible or not based upon query
criteria.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Arvin Meyer [MVP]" <(E-Mail Removed)> wrote in message
news:epMGi$(E-Mail Removed)...
> Write a query like:
>
> Select * From YourTable Where Somefield = "rescinded";
>
> You can change it to a make table query and append those records to a
> table in this or another database, then change it to a delete query and
> delete them from the current table. Delete the query when you are done and
> compact the database.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> "Susan" <(E-Mail Removed)> wrote in message
> news:A8998321-882B-47D3-80B1-(E-Mail Removed)...
>> How do I archive items withing a database? I want to take items that
>> have a
>> term "rescinded" on them and pull them into another database for
>> archives. I
>> can not figure out how to do this. Please help.

>
>



 
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
Archiving one record at time - Access 2003 How do you clear a report of data after Microsoft Access Getting Started 8 4th May 2009 07:30 PM
Archiving problems in Outlook 2003 with MS Exchange 2003 SP2 janco@za24.com Microsoft Outlook Discussion 0 3rd Apr 2007 01:07 PM
Archiving problems in Outlook 2003 with MS Exchange 2003 SP2 janco@za24.com Microsoft Outlook Discussion 0 3rd Apr 2007 01:07 PM
Outlook 2003 Archiving failure with SBS 2003 =?Utf-8?B?Um9iIEEu?= Microsoft Outlook 0 18th Nov 2004 01:44 PM
archiving problem, outlook 2003, exchange 2003 Nicholas Oneil Microsoft Outlook 1 17th Aug 2004 02:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:36 PM.