Connecting Tech Pros Worldwide Help | Site Map

Performance problem in one form only

  #1  
Old November 12th, 2005, 06:16 PM
MFS 43
Guest
 
Posts: n/a
I have multiple forms in my database but one of them has been giving me a
performance problem (Very slow) recently. I have tried shortening form and
removing subforms but this did not help.

When I run performance Analyzer, it suggests I create some relationships
between tables but I already had set these relationships up in the query on
which the form is based.

Interestingly problem is not always present but it does recur when I "compact
and repair database".

Any ideas? Thank you for the help in advance.
  #2  
Old November 12th, 2005, 06:16 PM
Phil Stanton
Guest
 
Posts: n/a

re: Performance problem in one form only


Just an observation but setting relationships in the queries is not the same
as setting relationships as proper relationships. For example you can't
enforce referential integrety or do cascading deletes.
Relationships can be seen in MySysRelationships and relations between tables
in a query can be seen in MySysQueries.
Te see these tables you need to select on the Database
Tools->Options->View->System objects

HTH

Phil


"MFS 43" <mfs43@aol.com> wrote in message
news:20031226005826.12189.00001802@mb-m05.aol.com...[color=blue]
> I have multiple forms in my database but one of them has been giving me a
> performance problem (Very slow) recently. I have tried shortening form and
> removing subforms but this did not help.
>
> When I run performance Analyzer, it suggests I create some relationships
> between tables but I already had set these relationships up in the query[/color]
on[color=blue]
> which the form is based.
>
> Interestingly problem is not always present but it does recur when I[/color]
"compact[color=blue]
> and repair database".
>
> Any ideas? Thank you for the help in advance.[/color]


  #3  
Old November 12th, 2005, 06:18 PM
MFS 43
Guest
 
Posts: n/a

re: Performance problem in one form only


Thanks for the thought --- will look into setting up relationships better.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
GROUP BY problem in conjunction with a SUM() Rudolf Bargholz answers 10 February 19th, 2007 06:15 PM
Collection problem in Managed C++ NotABug answers 5 November 17th, 2005 03:57 PM
Strange corruption problem in A2K Eric E answers 4 November 13th, 2005 04:40 AM
Unique Selections In Back End Neil answers 18 October 20th, 2005 06:55 AM