> i have a database of about 5000 records. how do i take out the
> old ones and store them so they are retreivable, but not in the
> same database as currently being used, as it is slowing the
> database down.

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com
Thank you for your response. However, if only 5,000 records is not that
much, than why is our system so slow when we do searches? This should be
relatively fast considering we're on a company server, correct?
> > i have a database of about 5000 records. how do i take out the
> > old ones and store them so they are retreivable, but not in the
[quoted text clipped - 12 lines]
> delete query on the local table that deletes the records using the
> same criteria.
Douglas J. Steele - 23 Sep 2007 23:50 GMT
What speed LAN connectivity do you have to your server? Do you have your
application split into a front-end (containing the queries, forms, reports,
macros and modules) linked to a back-end (containing the tables) with only
the back-end on the server?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Thank you for your response. However, if only 5,000 records is not that
> much, than why is our system so slow when we do searches? This should be
[quoted text clipped - 16 lines]
>> delete query on the local table that deletes the records using the
>> same criteria.
Bob Quintal - 24 Sep 2007 01:16 GMT
> Thank you for your response. However, if only 5,000 records is
> not that much, than why is our system so slow when we do searches?
> This should be relatively fast considering we're on a company
> server, correct?
Doug Steele asks you some good questions about the server, If it's a
slow ethernet, or overloaded, things will be slow. If the database
is not properly indexed, things will be slow.
You are better off to fix the root cause of the problem rather than
a band-aid, since band-aids are only a temporary solution.
>> > i have a database of about 5000 records. how do i take out the
>> > old ones and store them so they are retreivable, but not in the
[quoted text clipped - 12 lines]
>> use a delete query on the local table that deletes the records
>> using the same criteria.

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com