473,394 Members | 1,946 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Form Design slowness in Access 2003

I'm experiencing extremely slow response times in design mode of my
forms since moving to Access 2003. Simply dragging a button to a
different position on the form takes 30 seconds or more. The record
source for my form is an ODBC passthrough query to an Oracle database.
I have two XP system identically configured except that one has
Access 2000 and the other with Access 2003. I only have this problem
with Access 2003. The Access 2003 system uses a default file format of
Access 2000.

Not sure what is causing the slowness. Any suggestions would be
appreciated. Thanks.
Nov 13 '05 #1
7 2143
ny****@mr.net (Mike Nygard) wrote:
Not sure what is causing the slowness. Any suggestions would be
appreciated.


This is certainly worth a look:

<http://members.iinet.net.au/~allenbrowne/ser-48.html#usability>

Regards,
Keith.
www.keithwilby.com
Nov 13 '05 #2
Keith Wilby <ke*********@AwayWithYerCrap.com> wrote in message news:<Xn************************@10.15.188.42>...
ny****@mr.net (Mike Nygard) wrote:
Not sure what is causing the slowness. Any suggestions would be
appreciated.


This is certainly worth a look:

<http://members.iinet.net.au/~allenbrowne/ser-48.html#usability>

Regards,
Keith.
www.keithwilby.com


Thanks for you reply. That had a lot of good information in it but
none of it's suggestions seemed to help. When I remove the record
source from the form it seems to work just fine. It's almost like the
passthrough query in my data source is executing each time I make a
change to the form in design mode. Any other suggestions?
Nov 13 '05 #3
ny****@mr.net (Mike Nygard) wrote:
Thanks for you reply. That had a lot of good information in it but
none of it's suggestions seemed to help. When I remove the record
source from the form it seems to work just fine. It's almost like the
passthrough query in my data source is executing each time I make a
change to the form in design mode. Any other suggestions?


That actually could make a lot of sense. I know that there's a significant
difference in performance when editing a form when the FE MDB is linked to BE MDB on
a server vs. locally.

Can you try opening up the passthrough query separately and leaving it open while you
work on the form?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4
ny****@mr.net (Mike Nygard) wrote:
It's almost like the
passthrough query in my data source is executing each time I make a
change to the form in design mode. Any other suggestions?


Although when I reread your original posting it doesn't make any sense that there's a
difference between A2000 and A2003.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #5
Mike Nygard wrote:
I'm experiencing extremely slow response times in design mode of my
forms since moving to Access 2003. Simply dragging a button to a
different position on the form takes 30 seconds or more. The record
source for my form is an ODBC passthrough query to an Oracle database.


I often had that problem with Access 97 when editing a form bound to a
pass through query. Most pronounced when the query returned a large
number of records and/or when the network was slowed down for whatever
reason.

Other than Oracle SQL tuning (joins coming AFTER criteria, etc), what
has helped me in the past is to take the pass through query and tack on
one or more criteria in the where clause that limit the results to only
a few records that represent what I'm trying to do. After the form was
perfected, I'd drop the special criteria.
--
Tim
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #6
Still no luck. Even though the passthrough query is slow, it is
tolerable in Access 2000 where it only happens once during form
startup. In Access 2000 I can open the form in design mode and it pops
up instantly. Opening the form in design mode In Access 2003
apparently causes the passthrough query to execute. All subsequent
changes in design mode (e.g. moving a button) cause the query to
execute as well. I'm not certain that it is a 2000 vs. 2003 issue.
It seems like there must be some configuration setting that can be
turned on or off to prevent this from happening. The ODBC
configuration is identical between the two machines. I'm using the
Oracle 8 ODBC driver. Anyone else had this problem?
Nov 13 '05 #7
I experiment these kind of trouble while migrating from 97 to 2003.
It appears that some security informations in linked table may cause
some troubles.
If you are using Ms Access security features, try to redefine your
linked tables, that was our solution.
Here you will find some vb code to do that without 150 clicks:

http://oraclevsmicrosoft.blogspot.co...able-views-in-
access.html

http://oraclevsmicrosoft.blogspot.com

Hope this help.
Thank you for your feed back.

OracleVsMicrosoft
ny****@mr.net (Mike Nygard) wrote in message news:<2b**************************@posting.google. com>...
Still no luck. Even though the passthrough query is slow, it is
tolerable in Access 2000 where it only happens once during form
startup. In Access 2000 I can open the form in design mode and it pops
up instantly. Opening the form in design mode In Access 2003
apparently causes the passthrough query to execute. All subsequent
changes in design mode (e.g. moving a button) cause the query to
execute as well. I'm not certain that it is a 2000 vs. 2003 issue.
It seems like there must be some configuration setting that can be
turned on or off to prevent this from happening. The ODBC
configuration is identical between the two machines. I'm using the
Oracle 8 ODBC driver. Anyone else had this problem?

Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Manuel Lopez | last post by:
I have a puzzling form timer problem that I didn't experience prior to Access 2003 (though I'm not sure access 2003 is to blame). Here's the situation: a computer has two access 2003 databases on...
0
by: dlieu | last post by:
I've found an odd situation in where the Load event of the active form fires (after the Unload event) when Access is closed. I am able to reproduce this situation in Access 2002 SP3 and Access 2003...
0
by: Newbillian | last post by:
I am using Access 2003 and each time I select an object with the mouse in the report design view, the system hangs for about 5 seconds before I can move on to another one. It really slows down...
2
by: misseill | last post by:
Hi there, I am currently working on converting a program from Access 97 to Access 2003. It all worked fine in 97, but there is some randomness in 2003 that I don't understand. I have a form,...
16
by: TD | last post by:
This is the code under a command button - Dim ctl As Control For Each ctl In Me.Controls If ctl.BackColor <> RGB(255, 255, 255) Then ctl.BackColor = RGB(255, 255, 255) End If Next ctl
2
by: BerkshireGuy | last post by:
I am using Windows 2000 and Access 2003 and noticed that when I click a control on a report, it takes a few seconds for the "click" to take place. Its laggy. Same with moving controls, adding new...
3
by: Bobby | last post by:
Hi, I have an application which uses Access 2003 as both the FE and the BE. However, for a number of good reasons, I am in the process of converting the BE to SQL server 2003. I am not converting...
4
by: BerkshireGuy | last post by:
Is there an event that triggers as a form is loading? I want to display a "loading form" event as the form is loading since it tends to take 20 second or so to open. TIA Brian
3
by: mckbill | last post by:
Is there a way I can direct the cursor to a specific field (variable) in a form by typing the field name while in form view? I have a form with many fields, and it would be nice if there were...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.