Microsoft Access Table Optimizer

Date:
Type:library
Repository:https://git.sr.ht/~bkidwell/msaccess-table-optimizer
License:BSD

This module is a quick and dirty procedure for optimizing the sizes of Text fields in Access. One important use for this module would be cleaning up tables imported from external sources where Access defaults to very large field sizes.

The report script in this module creates a table called _TableOptimizer that lists the field size, size of shortest value, and size of longest value in the table you specify. Then if you want to resize any text fields, you can edit the report table and run the resizing script.