Getting Rid Of Animation When Deleting From Table?

  • Thread starter Thread starter PeteCresswell
  • Start date Start date
P

PeteCresswell

Does anybody know how to turn off that annoying animation when a table
is opened and multiple records are deleted?

Also, how about making menus default to showing all the choices every
time?
Something in MS Office, I'd guess. I'm 99% sure I've been there
before, but haven't been able to get back to it.
 
Solution 1:
Quickest deletion is:
CurrentDb.Execute "DELETE FROM Table1;", dbFailOnError
If you prefer, you can go into your Windows settings and alter the
animations.

Solution 2:
Right-click the area to the right of the toolbar.
Choose Customize.
Uncheck the box for abbreviated menus.
 

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

Back
Top