IgnoreFilters Example for Access 2.0

This example shows how to ignore filters so that they are not loaded.

    'First, make sure PreLoaded Filters does not
    'contain CMP, and that 0 filters can be cached
    Me![LEAD1].Object.PreLoadFilters 3, 0, "BMP,FAX,TIF"
    
    'now, ignore cmp filter (never load cmp files)
    Me![LEAD1].Object.IgnoreFilters "CMP"