Using Forms to Optimize Large Tables

What do you do when your tables become so large that they are slower than molasses? When tables become large, users start complaining. No matter how creative your application is, if it’s slow, it won’t be as impressive. If you have applied all the optimization techniques in this book and are still plagued with speed problems, your best option could be to limit the size of the table. You can break up tables that have too many fields by applying the normalization principles from Chapter 1, “Planning and Designing Your Access Database.” But assuming that this has been done, there are other alternatives.

Append Obsolete Records into Another Table

One alternative that you might consider is to delete obsolete ...

Get Access 2002 Programming by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.