forms

  • Thread starter igg via AccessMonster.com
  • Start date
I

igg via AccessMonster.com

when i launch my form it takes quite a bit of time to release control to the
mouse for me to do anything. my form has subforms, buttons, edit boxes, etc.
what is the reason behind this dalay?. it is annoying.
 
L

Linq Adams via AccessMonster.com

You're sitting in front of your database, we're not! If you want us to help
you'll have to do a much better job of telling us about your form!

Is there code in the Form_Open or Form_Load events of your form? If so, copy
and paste it here.

Is your form bound or unbound? If bound, what is the RecordSource, a table or
a query? If a query, how many tables are involved?

How many subforms do you have? What is the source of their data, Value Lists
or Tables/Queries?
 
D

Daniel Pineault

There are a number of possible reasons, but it is next to impossible for
anyone to pinpoint a reason with such a general question. It can be related
to your network, your overall db setup, the complexity of your form &
subforms, your code behind your form,...

What I would suggest is start by reading and implementing the information
and suggestions found at: http://www.granite.ab.ca/access/performancefaq.htm

I can't remember if it was in his list of tips (it most probably is) but do
make sure you have a persistent connection to your back-end.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
I

igg via AccessMonster.com

i had to add that it happened when i openned my form in <design mode>. In
general, what could cause the problem i dessribed in <design mode>?. it locks
the control of the mosue and then releases it after a bit of time which can
take a few seconds.
 
D

Dirk Goldgar

igg via AccessMonster.com said:
i had to add that it happened when i openned my form in <design mode>. In
general, what could cause the problem i dessribed in <design mode>?. it
locks
the control of the mosue and then releases it after a bit of time which
can
take a few seconds.

What version of Access? I have found that Access 2007 takes longer to open
forms in design view than earlier versions.

Do you have the Perform Name Autocorrect option enabled or disabled? Name
Autocorrect takes extra time.
 
I

igg via AccessMonster.com

access 2003.
i had to add that it happened when i openned my form in <design mode>. In
general, what could cause the problem i dessribed in <design mode>?. it locks
the control of the mosue and then releases it after a bit of time which can
take a few seconds.
There are a number of possible reasons, but it is next to impossible for
anyone to pinpoint a reason with such a general question. It can be related
[quoted text clipped - 9 lines]
 

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