Forms taking a long time to load

J

Jeremy Dove

The problem I am having is that my forms are taking a
long time to load.

Now there are alot of fields on them, and some of the
forms are based on mulitple table queries.

I am just wondering if there is any thing i can do to
speed up the transition through the pages as it is so
slow.

I have compacted the database. I have split the database.

Does anyone have any ideas
 
O

Oscar

I've found that by removing any DISTINCT statements from
my queries and using the distict on the forms itself when
using a query, helps tremendously with the speed forms
open.

just a thought
 
J

Jeremy Dove

Not to sound like a rookie but what are Distinct
statements? I mean if you mean option explicit, i have
those in my forms already. That did help some but not to
much though.
 
B

Bas Cost Budde

Jeremy said:
Not to sound like a rookie but what are Distinct
statements? I mean if you mean option explicit, i have
those in my forms already. That did help some but not to
much though.

No, DISTINCT sits in queries. You can see that in sql view (takes a
little time to grasp how to read that, though) and in the property sheet
for the query: distinct values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top