View Single Post
  #14  
Old January 10th, 2007, 08:03 PM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba,microsoft.public.access
Klatuu
external usenet poster
 
Posts: 7,074
Default Free for All: help me speed up my Access Database

Actually, if you go to Tools, Options, Interstellar, you can set the default
warp factor.

Also, if you get an error 1701, that indicates a dilithium crystal
contamination. You can put this in your error handler to resolve it:

If err.number = 1701 Then
Application.Crystal.Refresh
End If
--
Dave Hargis, Microsoft Access MVP


"'69 Camaro" wrote:

That's outdated: Access can go Warp 4.5.


Check your dilithium crystals for surface contaminants. Mine goes Warp 8
when I put the metal to the floor.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.


"Stefan Hoffmann" wrote in message
...
hi Anthony,

Anthony wrote:
What does EVERYONE recommend I do to make my database run as close to
lightning speed as possible?

That's outdated: Access can go Warp 4.5.


mfG
-- stefan --