Getting Rid Of Animation When Deleting From Table?

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.
 
A

Allen Browne

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.
 
Top