Prev: Pivot table form
Next: Retriving database properties
From: igg via AccessMonster.com on 15 May 2010 19:57 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. -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201005/1
From: Linq Adams via AccessMonster.com on 15 May 2010 20:49 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? -- There's ALWAYS more than one way to skin a cat! Answers/posts based on Access 2000/2003 Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201005/1
From: Daniel Pineault on 15 May 2010 21:14 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. "igg via AccessMonster.com" wrote: > 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. > > -- > Message posted via AccessMonster.com > http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201005/1 > > . >
From: igg via AccessMonster.com on 16 May 2010 16:39 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. Daniel Pineault wrote: >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. >> 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. -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/201005/1
From: Dirk Goldgar on 17 May 2010 19:26
"igg via AccessMonster.com" <u53571(a)uwe> wrote in message news:a81b2120acbc3(a)uwe... >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. -- Dirk Goldgar, MS Access MVP Access tips: www.datagnostics.com/tips.html (please reply to the newsgroup) |