compacting a database

D

Douglas J. Steele

No, you can't. You need to use VBA code, and even then, you can't compact a
database if it's currently open (i.e.: you can't put code in an application
to compact itself)
 
Top