PreLoadFilters Example for Access 2.0

This example shows how to preload filters.

'preload the BMP, PCX, FAX, and TIFF filters,

    'and allow 1 filter to be cached, while always

    'keeping 3 loaded.

    Me![LEAD1].Object.PreLoadFilters 3, 1, "BMP,PCX,FAX,TIF"