Doug
A check through the tablesdbdesign newsgroup will reveal something of a
consensus against removing records from one table (and/or database) and
putting them in another. The two reasons I see for this are that it is
unnecessary work (key word, work), and that it makes "spanning" the data
(looking up across all available data) much more difficult.
It isn't uncommon to find Access databases in the 100's of Mbytes, so a db
with under 10 MB is not particularly large.
If this is an "exercise", by all means, knock yourself out! Be aware that
you'll need to backup the "old" database, build several queries (or the
underlying SQL statements), select the records for archiving, append the
records to the new location, confirm that they've safely arrived, backup the
new database, delete the records from the old database, and, if those
records were in any way related to other tables' records, clean up all the
related table records too.
On the other hand, the commonly-used approach to not wanting to see "old"
records in a "current" database is to simply add a field to the table. If
you don't care when a record was archived, it can be a Yes/No field (e.g.,
[Archived?]). If you want to know when, make it a Date/Time field (e.g.,
[DateArchived]).
Then modify your queries and the forms (reports, etc.) that they feed to
exclude any records with that "archived" field set.
JOPO (just one person's opinion)
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Why not??? Is there any specific reason why you are against doing this?
> I'm
[quoted text clipped - 70 lines]
>> >> >
>> >> > Thanks!!!!
Doug_C - 28 Feb 2006 16:18 GMT
Jeff,
Thanks for the info., point well taken. I will back up the database to
insure nothing happens. Do you know of a website that will explain and guide
me through this?
Thanks!!
> Doug
>
[quoted text clipped - 105 lines]
> >> >> >
> >> >> > Thanks!!!!
Jeff Boyce - 28 Feb 2006 17:33 GMT
Doug
Backing up an Access database can be easily done from Windows Explorer. The
Access .mdb file is just another file -- copy and paste.
If you have a more-recent version of Access, there's a "backup" option off
the File menu as well.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Jeff,
>
[quoted text clipped - 135 lines]
>> >> >> >
>> >> >> > Thanks!!!!
Doug_C - 28 Feb 2006 17:47 GMT
Great thanks!
> Doug
>
[quoted text clipped - 148 lines]
> >> >> >> >
> >> >> >> > Thanks!!!!