A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Free for All: help me speed up my Access Database



 
 
Thread Tools Display Modes
  #1  
Old January 10th, 2007, 06:37 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulescoding,microsoft.public.access.modulesdaovba
Anthony
external usenet poster
 
Posts: 176
Default Free for All: help me speed up my Access Database

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


  #2  
Old January 10th, 2007, 06:57 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulescoding,microsoft.public.access.modulesdaovba
Stefan Hoffmann
external usenet poster
 
Posts: 709
Default Free for All: help me speed up my Access Database

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 --
  #3  
Old January 10th, 2007, 07:06 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulescoding,microsoft.public.access.modulesdaovba
'69 Camaro
external usenet poster
 
Posts: 1,049
Default Free for All: help me speed up my Access Database

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



  #4  
Old January 10th, 2007, 07:18 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulescoding,microsoft.public.access.modulesdaovba
Stefan Hoffmann
external usenet poster
 
Posts: 709
Default Free for All: help me speed up my Access Database

hi Gunny,

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

Oh, come on, only near the sun, eh?


mfG
-- stefan --
  #5  
Old January 10th, 2007, 07:22 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulescoding,microsoft.public.access.modulesdaovba
'69 Camaro
external usenet poster
 
Posts: 1,049
Default Free for All: help me speed up my Access Database

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.

Oh, come on, only near the sun, eh?


Right. Without the gravity assist, it can only do Warp 7.

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 Gunny,

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

Oh, come on, only near the sun, eh?


mfG
-- stefan --



  #6  
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 --




  #7  
Old January 10th, 2007, 08:06 PM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba,microsoft.public.access
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default Free for All: help me speed up my Access Database

Hey, stop getting fresh with Crystal! g

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Klatuu" wrote in message
...
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 --






  #8  
Old January 10th, 2007, 08:19 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

LOL, thanks, but no thanks

I would bet that by now poor Anthony is sorry he ever asked the question.

Trivia question:
Does anyone know why the error code is 1701

--
Dave Hargis, Microsoft Access MVP


"Douglas J. Steele" wrote:

Hey, stop getting fresh with Crystal! g

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Klatuu" wrote in message
...
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 --






  #9  
Old January 10th, 2007, 06:58 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba
ManningFan
external usenet poster
 
Posts: 157
Default Free for All: help me speed up my Access Database

Use a SQL Server backend. And index your tables properly.

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


  #10  
Old January 10th, 2007, 09:36 PM posted to microsoft.public.access,microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba
external usenet poster
 
Posts: n/a
Default Free for All: help me speed up my Access Database

Use a SQL Server backend.

No, than does not make my application run faster.

Perhaps you mean 'rebuild your application entirely, using
client-server principles'?

No, that does not make my application run faster.

One of the regular posters here has a relevant comparison:

A sports car is faster than a bus. But a bus can get 30 people
from A to B faster than the sports car.

The bus is SQL Server. It is not faster. Jet is faster.
But SQL Server can do more transactions on a larger
database in the same time.

One of the reasons Jet is faster is that it is a distributed
database engine. Most of the processing takes place on
your workstation. You don't have to share your processor
and memory with all the other people doing transactions.

One of the reasons SQL Server can do more transactions
on a larger database in the same time is that the Jet records
remain locked for longer. Jet does automatic retries when
there is a locking conflict, but it limits the throughput of the
system.

(david)


"ManningFan" wrote in message
ups.com...
Use a SQL Server backend. And index your tables properly.

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




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.