S
SusanV
Hi all,
I have a form which recently started taking an inordinate amount of time to
open. The source of the form is:
SELECT tblLSGCode.*, [tblCauseCodes].[CauseCode] FROM tblLSGCode INNER JOIN
tblCauseCodes ON [tblLSGCode].[LCode]=[tblCauseCodes].[LSGCode] ORDER BY
[LCode];
This same SQL put into a query opens instantly - but the form takes anywhere
from 20 seconds to 3 minutes to open. I haven't modified the table structure
or the form itself in months, and the number of records has barely increased
(perhaps by 50 or so) so I can't imagine what might be causing this sudden
slowness. Decompiling, compacting and recompiling helped some, but it's
still much slower than it used to be. Overall the database performance is
the same as it always has been, except this one form.
Any ideas on what would cause this?
TIA,
Susan
I have a form which recently started taking an inordinate amount of time to
open. The source of the form is:
SELECT tblLSGCode.*, [tblCauseCodes].[CauseCode] FROM tblLSGCode INNER JOIN
tblCauseCodes ON [tblLSGCode].[LCode]=[tblCauseCodes].[LSGCode] ORDER BY
[LCode];
This same SQL put into a query opens instantly - but the form takes anywhere
from 20 seconds to 3 minutes to open. I haven't modified the table structure
or the form itself in months, and the number of records has barely increased
(perhaps by 50 or so) so I can't imagine what might be causing this sudden
slowness. Decompiling, compacting and recompiling helped some, but it's
still much slower than it used to be. Overall the database performance is
the same as it always has been, except this one form.
Any ideas on what would cause this?
TIA,
Susan