chezealot9, (Wisconsin?)
Probably not...
I don't know what happens with the option set and multiple users - when they exit the database individually.
Plus, you run the risk of someone who turns off their PC when they leave turning it off before the compaction has finished. (It's not supposed to cause any problem other than leaving a work file open. But...)
For lightly used databases, I perform the compaction myself whenever I make a maintenance change, having it opened exclusively at the time. Or when the mood strikes me.
For active databases (lots of inserts/deletes), I use the Windows task manager to create my own backup copies in the early hours. Then I have compaction performed on the just copied database, if I think it's necessary. This does require some work: You have to have Task scheduler on your PC. It's on the installation CD, but not automatically installed. Operating it is pretty simple. But you also have to write DOS batch files to do the actual steps.
In my case it performs a copy and then compacts the database.
Recommendation: Control it yourself manually unless it is VERY active, and thus growing large. Then click your "my computer" icon and see if the window that opens has a "Scheduled Tasks" icon. If it does, you can read the built-in help file.
Post a reply here if you need more help with the task scheduler and/or an example .BAT file.
Bob