 |
|
 |
|
Next: u just click u get some dollars
|
| Author |
Message |
External

Since: Oct 05, 2008 Posts: 4
|
(Msg. 1) Posted: Thu Nov 20, 2008 3:35 am
Post subject: Performance issue Archived from groups: microsoft>public>access (more info?)
|
|
|
I upgraded a database from version 2003 to 2007 and I have a serious
performance problem.
One of the forms in the application contains 9 tabs and a lot of fields, the
problem is that this specific form is very very slow, but when I run it in
the 2003 version it is significantly faster.
I noticed the same problem in another application I upgraded.
Is that a known problem in access 2007?, is there a way to overcome it?
Thanks in advance,
Orna. >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Nov 20, 2008 Posts: 8
|
(Msg. 2) Posted: Thu Nov 20, 2008 3:57 am
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Nov 20, 12:35pm, Orna wrote:
> I upgraded a database from version 2003 to 2007 and I have a serious
> performance problem.
> One of the forms in the application contains 9 tabs and a lot of fields, the
> problem is that this specific form is very very slow, but when I run it in
> the 2003 version it is significantly faster.
> I noticed the same problem in another application I upgraded.
> Is that a known problem in access 2007?, is there a way to overcome it?
>
> Thanks in advance,
> Orna.
Hi,
Are there backend/frontend or one database?
First advice which improves performance is to remove subdatasheet view
(that is plus sign in related tables where you can see on table level
which records are related to parent table). For more details see
http://office.microsoft.com/en-us/access/HA102565411033.aspx.
Regards,
Branislav Mihaljev
Microsoft Access MVP >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Oct 05, 2008 Posts: 4
|
(Msg. 3) Posted: Sat Nov 22, 2008 11:38 pm
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
1. Yes, there is a frontend and backend database.
2. I changed the property of subdatasheet to all tables to "None", this
didn't help much.
My assumption is that access 2007 can not deal with forms with a large
number of controls, because I had the same problem in another application I
upgraded. Is it possible?
Thanks,
Orna.
" " wrote:
> On Nov 20, 12:35 pm, Orna wrote:
> > I upgraded a database from version 2003 to 2007 and I have a serious
> > performance problem.
> > One of the forms in the application contains 9 tabs and a lot of fields, the
> > problem is that this specific form is very very slow, but when I run it in
> > the 2003 version it is significantly faster.
> > I noticed the same problem in another application I upgraded.
> > Is that a known problem in access 2007?, is there a way to overcome it?
> >
> > Thanks in advance,
> > Orna.
>
> Hi,
>
> Are there backend/frontend or one database?
>
> First advice which improves performance is to remove subdatasheet view
> (that is plus sign in related tables where you can see on table level
> which records are related to parent table). For more details see
> http://office.microsoft.com/en-us/access/HA102565411033.aspx.
>
> Regards,
> Branislav Mihaljev
> Microsoft Access MVP
> >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Nov 20, 2008 Posts: 8
|
(Msg. 4) Posted: Tue Nov 25, 2008 6:07 am
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Nov 23, 8:38am, Orna wrote:
> Hi,
> 1. Yes, there is a frontend and backend database.
> 2. I changed the property of subdatasheet to all tables to "None", this
> didn't help much.
> My assumption is that access 2007 can not deal with forms with a large
> number of controls, because I had the same problem in another application I
> upgraded. Is it possible?
>
> Thanks,
> Orna.
>
> " " wrote:
> > On Nov 20, 12:35 pm, Orna wrote:
> > > I upgraded a database from version 2003 to 2007 and I have a serious
> > > performance problem.
> > > One of the forms in the application contains 9 tabs and a lot of fields, the
> > > problem is that this specific form is very very slow, but when I run it in
> > > the 2003 version it is significantly faster.
> > > I noticed the same problem in another application I upgraded.
> > > Is that a known problem in access 2007?, is there a way to overcome it?
>
> > > Thanks in advance,
> > > Orna.
>
> > Hi,
>
> > Are there backend/frontend or one database?
>
> > First advice which improves performance is to remove subdatasheet view
> > (that is plus sign in related tables where you can see on table level
> > which records are related to parent table). For more details see
> >http://office.microsoft.com/en-us/access/HA102565411033.aspx.
>
> > Regards,
> > Branislav Mihaljev
> > Microsoft Access MVP
Hi,
There are lots of advices how to speed up forms loading i.e. are there
proper relationships, have you compacted database, does disk
defragmenting helps, are there enough RAM, have you used indexes, etc.
Does each subform loads slow? You can try to load subform by subform
only when it is needed. Without database to analyze I could not tell
much more.
Also you can try to move backend from "server" side to local computer,
relink the frontend and then try to load the form. Does it still takes
too much time to load?
Regards,
Branislav Mihaljev
Microsoft Access MVP >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Oct 05, 2008 Posts: 4
|
(Msg. 5) Posted: Thu Dec 04, 2008 12:03 am
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
I finally solved the problem, I did several actions:
1. Compiled the VBA code.
2. Compacted the database
3. I changed some of the forms' code (for example instead of closing the
form each time the user exits, I changed the property "Visible" to false and
this way when the form opens again it doesn't load the controls again.
4. I ran the application with "runtime" command bar option.
5. And finally, what made the real change was surprisingly the "document
windows option", I changed it to "Tabbed Document" and the application is
running even faster than it was running in access 97.
Thanks again,
Orna.
" " wrote:
> On Nov 23, 8:38 am, Orna wrote:
> > Hi,
> > 1. Yes, there is a frontend and backend database.
> > 2. I changed the property of subdatasheet to all tables to "None", this
> > didn't help much.
> > My assumption is that access 2007 can not deal with forms with a large
> > number of controls, because I had the same problem in another application I
> > upgraded. Is it possible?
> >
> > Thanks,
> > Orna.
> >
> > " " wrote:
> > > On Nov 20, 12:35 pm, Orna wrote:
> > > > I upgraded a database from version 2003 to 2007 and I have a serious
> > > > performance problem.
> > > > One of the forms in the application contains 9 tabs and a lot of fields, the
> > > > problem is that this specific form is very very slow, but when I run it in
> > > > the 2003 version it is significantly faster.
> > > > I noticed the same problem in another application I upgraded.
> > > > Is that a known problem in access 2007?, is there a way to overcome it?
> >
> > > > Thanks in advance,
> > > > Orna.
> >
> > > Hi,
> >
> > > Are there backend/frontend or one database?
> >
> > > First advice which improves performance is to remove subdatasheet view
> > > (that is plus sign in related tables where you can see on table level
> > > which records are related to parent table). For more details see
> > >http://office.microsoft.com/en-us/access/HA102565411033.aspx.
> >
> > > Regards,
> > > Branislav Mihaljev
> > > Microsoft Access MVP
>
> Hi,
>
> There are lots of advices how to speed up forms loading i.e. are there
> proper relationships, have you compacted database, does disk
> defragmenting helps, are there enough RAM, have you used indexes, etc.
>
> Does each subform loads slow? You can try to load subform by subform
> only when it is needed. Without database to analyze I could not tell
> much more.
>
> Also you can try to move backend from "server" side to local computer,
> relink the frontend and then try to load the form. Does it still takes
> too much time to load?
>
> Regards,
> Branislav Mihaljev
> Microsoft Access MVP
> >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Dec 04, 2008 Posts: 1
|
(Msg. 6) Posted: Thu Dec 04, 2008 6:25 am
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ο "Orna" έγραψε στο μήνυμα
> Hi,
>
> I finally solved the problem, I did several actions:
> 1. Compiled the VBA code.
> 2. Compacted the database
> 3. I changed some of the forms' code (for example instead of closing the
> form each time the user exits, I changed the property "Visible" to false
> and
> this way when the form opens again it doesn't load the controls again.
> 4. I ran the application with "runtime" command bar option.
> 5. And finally, what made the real change was surprisingly the "document
> windows option", I changed it to "Tabbed Document" and the application is
> running even faster than it was running in access 97.
>
> Thanks again,
> Orna.
>
>
>
> " " wrote:
>
>> On Nov 23, 8:38 am, Orna wrote:
>> > Hi,
>> > 1. Yes, there is a frontend and backend database.
>> > 2. I changed the property of subdatasheet to all tables to "None", this
>> > didn't help much.
>> > My assumption is that access 2007 can not deal with forms with a large
>> > number of controls, because I had the same problem in another
>> > application I
>> > upgraded. Is it possible?
>> >
>> > Thanks,
>> > Orna.
>> >
>> > " " wrote:
>> > > On Nov 20, 12:35 pm, Orna wrote:
>> > > > I upgraded a database from version 2003 to 2007 and I have a
>> > > > serious
>> > > > performance problem.
>> > > > One of the forms in the application contains 9 tabs and a lot of
>> > > > fields, the
>> > > > problem is that this specific form is very very slow, but when I
>> > > > run it in
>> > > > the 2003 version it is significantly faster.
>> > > > I noticed the same problem in another application I upgraded.
>> > > > Is that a known problem in access 2007?, is there a way to overcome
>> > > > it?
>> >
>> > > > Thanks in advance,
>> > > > Orna.
>> >
>> > > Hi,
>> >
>> > > Are there backend/frontend or one database?
>> >
>> > > First advice which improves performance is to remove subdatasheet
>> > > view
>> > > (that is plus sign in related tables where you can see on table level
>> > > which records are related to parent table). For more details see
>> > >http://office.microsoft.com/en-us/access/HA102565411033.aspx.
>> >
>> > > Regards,
>> > > Branislav Mihaljev
>> > > Microsoft Access MVP
>>
>> Hi,
>>
>> There are lots of advices how to speed up forms loading i.e. are there
>> proper relationships, have you compacted database, does disk
>> defragmenting helps, are there enough RAM, have you used indexes, etc.
>>
>> Does each subform loads slow? You can try to load subform by subform
>> only when it is needed. Without database to analyze I could not tell
>> much more.
>>
>> Also you can try to move backend from "server" side to local computer,
>> relink the frontend and then try to load the form. Does it still takes
>> too much time to load?
>>
>> Regards,
>> Branislav Mihaljev
>> Microsoft Access MVP
>.hello ho are you >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Aug 06, 2007 Posts: 399
|
(Msg. 7) Posted: Fri Dec 05, 2008 3:43 pm
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Orna wrote:
>3. I changed some of the forms' code (for example instead of closing the
>form each time the user exits, I changed the property "Visible" to false and
>this way when the form opens again it doesn't load the controls again.
On a complex form that would certainly help.
>5. And finally, what made the real change was surprisingly the "document
>windows option", I changed it to "Tabbed Document" and the application is
>running even faster than it was running in access 97.
Now that's very interesting. Thanks for posting.
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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/ >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Aug 06, 2007 Posts: 399
|
(Msg. 8) Posted: Fri Dec 05, 2008 9:56 pm
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2008 Posts: 135
|
(Msg. 9) Posted: Sat Dec 27, 2008 9:14 am
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
----------------------------------------------------------------------------------------
Access, however, is not perfect. Performance degrades significantly as
the database size increases. The database is also prone to corruption.
Finally, starting with an Access database has tempted many developers
to do a dangerous thing. Sometimes a single-user application becomes
popular enough that there's a desire for it to be used by multiple
simultaneous users. The temptation is to just move the Access database
file to a network share, copy the application to multiple machines,
and let many users connect simultaneously. Access performance drops
off quickly with multiple users, and it's highly unlikely that an
application that was designed for a single user will work reliably
with concurrent users.
Http://msdn.microsoft.com/en-us/library/aa730870(VS.80).aspx
----------------------------------------------------------------------------------------
On Dec 4, 12:03am, Orna wrote:
> Hi,
>
> I finally solved the problem, I did several actions:
> 1. Compiled the VBA code.
> 2. Compacted the database
> 3. I changed some of the forms' code (for example instead of closing the
> form each time the user exits, I changed the property "Visible" to false and
> this way when the form opens again it doesn't load the controls again.
> 4. I ran the application with "runtime" command bar option.
> 5. And finally, what made the real change was surprisingly the "document
> windows option", I changed it to "Tabbed Document" and the application is
> running even faster than it was running in access 97.
>
> Thanks again,
> Orna.
>
>
>
> " " wrote:
> > On Nov 23, 8:38 am, Orna wrote:
> > > Hi,
> > > 1. Yes, there is a frontend and backend database.
> > > 2. I changed the property of subdatasheet to all tables to "None", this
> > > didn't help much.
> > > My assumption is that access 2007 can not deal with forms with a large
> > > number of controls, because I had the same problem in another application I
> > > upgraded. Is it possible?
>
> > > Thanks,
> > > Orna.
>
> > > " " wrote:
> > > > On Nov 20, 12:35 pm, Orna wrote:
> > > > > I upgraded a database from version 2003 to 2007 and I have a serious
> > > > >performanceproblem.
> > > > > One of the forms in the application contains 9 tabs and a lot of fields, the
> > > > > problem is that this specific form is very very slow, but when I run it in
> > > > > the 2003 version it is significantly faster.
> > > > > I noticed the same problem in another application I upgraded.
> > > > > Is that a known problem in access 2007?, is there a way to overcome it?
>
> > > > > Thanks in advance,
> > > > > Orna.
>
> > > > Hi,
>
> > > > Are there backend/frontend or one database?
>
> > > > First advice which improvesperformanceis to remove subdatasheet view
> > > > (that is plus sign in related tables where you can see on table level
> > > > which records are related to parent table). For more details see
> > > >http://office.microsoft.com/en-us/access/HA102565411033.aspx.
>
> > > > Regards,
> > > > Branislav Mihaljev
> > > >Microsoft AccessMVP
>
> > Hi,
>
> > There are lots of advices how to speed up forms loading i.e. are there
> > proper relationships, have you compacted database, does disk
> > defragmenting helps, are there enough RAM, have you used indexes, etc.
>
> > Does each subform loads slow? You can try to load subform by subform
> > only when it is needed. Without database to analyze I could not tell
> > much more.
>
> > Also you can try to move backend from "server" side to local computer,
> > relink the frontend and then try to load the form. Does it still takes
> > too much time to load?
>
> > Regards,
> > Branislav Mihaljev
> >Microsoft AccessMVP- Hide quoted text -
>
> - Show quoted text - >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
External

Since: Aug 06, 2007 Posts: 399
|
(Msg. 10) Posted: Sat Dec 27, 2008 6:02 pm
Post subject: Re: Performance issue [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"a a r o n . k e m p f @ g m a i l . c o m"
wrote:
>Access, however, is not perfect.
And that paragraph is exceedingly slanted and by someone who clearly
doesn't understand Access.
How many hours did it take you to find that paragraph?
>On Dec 4, 12:03am, Orna wrote:
And you replied to a question that was about 22 days ago. I'm sure
it's quite relevant.
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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/ >> Stay informed about: Performance issue |
|
| Back to top |
|
 |  |
| Related Topics: | Report Issue - I have created a 3 level report (VehicleEntries, Jobs and PartsUsed). The report has the two groups, Vehicle Entries and Jobs. However a Vehicle Entry is not displayed on the report if there is no data in the Jobs or PartsUsed table that correspond to...
Coding Issue - My code is as follows. Private Sub Form_Open(Cancel As Integer) Form.RecordSource = "tblVeteran.VetSSN, tblVeteran.VetLast, tblVeteran.VetFirst, tblVeteran.VetDOB" ActivateFormLocks Me End Sub I get error 2580 record source on this form or ...
Access 2003 Hyperlink Issue - I've recently installed Access 2003 (previous version was 2002). I can not longer create a hyperlink from queries within a datbase. The target locations/columns are formated with hyperlink data type. I can still open hyperlinks in this database that..
MS access size issue??? - Hi, Using ACCESS 2000 on Win XPPro. I have written data trawling application for a medical practice to extract data from patients records contained in serial visit records kept in a table "visits" and linked to patient details in "deta...
Date/Time issue - I have a table that has the date and time in a field... I only want the date, not the time. I have tried changing it to a short date, but the time is still there. What is a fairly easy way to take the time out and leave the date? -- Thomas |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|