How's the VBA to compress the database

M

Martin Lee

First of all, thanks for your help. I now know the following VBA sentence
can set the auto compact:
Application.SetOption "Auto Compact", True

Yet, I am now have another quetion:
I want to carry out a "compress operation", how's the VBA sentence should
be?

Thanks!

Martin
 
Top