Compact And Repair Freezes the Screen

R

rmcompute

I set up a command to compact and repair the database which runs off of a
submenu called by the main menu. It finishes successfully and goes back to
the main menu, however, the screen is frozen and I have to use Ctl-Alt-Del to
get out. However, sometimes it works. Any ideas ?


Private Sub cbCompact_Click()
CommandBars("Menu Bar"). _
Controls("Tools"). _
Controls("Database utilities"). _
Controls("Compact and repair database..."). _
accDoDefaultAction
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top