A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

report performance issue



 
 
Thread Tools Display Modes
  #1  
Old January 8th, 2010, 04:13 PM posted to microsoft.public.access.reports
iccsi
external usenet poster
 
Posts: 139
Default report performance issue

I have a report which link to a query.

It takes 10 seconds to run the query, but it takes 2 minutes to
complete the report.

There is no coding on the report. The report just simple text box to
the query fields.

Are there any over head to running report then query?

I thought that the time to run the report and query should not be so
big difference.

Any suggestions to look the problem is appreciated,


Inung
  #2  
Old January 8th, 2010, 04:54 PM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default report performance issue

It's quite common to build a query that returns the raw values, then base a
report on it that formats the values for printed output.

How are you "completing the report"? Are you including the time to print
it, or merely to display it in print preview mode?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message
...
I have a report which link to a query.

It takes 10 seconds to run the query, but it takes 2 minutes to
complete the report.

There is no coding on the report. The report just simple text box to
the query fields.

Are there any over head to running report then query?

I thought that the time to run the report and query should not be so
big difference.

Any suggestions to look the problem is appreciated,


Inung



  #3  
Old January 8th, 2010, 05:06 PM posted to microsoft.public.access.reports
iccsi
external usenet poster
 
Posts: 139
Default report performance issue

On Jan 8, 11:54*am, "Jeff Boyce" wrote:
It's quite common to build a query that returns the raw values, then base a
report on it that formats the values for printed output.

How are you "completing the report"? *Are you including the time to print
it, or merely to display it in print preview mode?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message

...



I have a report which link to a query.


It takes 10 seconds to run the query, but it takes 2 minutes to
complete the report.


There is no coding on the report. The report just simple text box to
the query fields.


Are there any over head to running report then query?


I thought that the time to run the report and query should not be so
big difference.


Any suggestions to look the problem is appreciated,


Inung- Hide quoted text -


- Show quoted text -


Thanks for the message,
Yes, I format the value when print it out.
No, I just count the time for show the report.

If it is the case then nothing I can do for this.
Am I right?

Your information is great appreciated,


Inung
  #4  
Old January 9th, 2010, 12:39 AM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default report performance issue

I'm still unclear...

What do you mean by "format the value when I print it out"?

Are you doing that in the report definition?

(I don't have any first-hand experience with this kind of slow-down, so I'll
suggest that you search on-line with some of the related terms.)

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message
...
On Jan 8, 11:54 am, "Jeff Boyce" wrote:
It's quite common to build a query that returns the raw values, then base
a
report on it that formats the values for printed output.

How are you "completing the report"? Are you including the time to print
it, or merely to display it in print preview mode?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message

...



I have a report which link to a query.


It takes 10 seconds to run the query, but it takes 2 minutes to
complete the report.


There is no coding on the report. The report just simple text box to
the query fields.


Are there any over head to running report then query?


I thought that the time to run the report and query should not be so
big difference.


Any suggestions to look the problem is appreciated,


Inung- Hide quoted text -


- Show quoted text -


Thanks for the message,
Yes, I format the value when print it out.
No, I just count the time for show the report.

If it is the case then nothing I can do for this.
Am I right?

Your information is great appreciated,


Inung


  #5  
Old January 10th, 2010, 01:23 PM posted to microsoft.public.access.reports
DonC[_2_]
external usenet poster
 
Posts: 5
Default report performance issue

I have PLENTY of first-hand experience with this kind of slow-down.

Simple reports that just group and display - no built-in formulas, no
totalling - "hang" for loooong periods before displaying. Also often give
spurious errors "the field is too small to accept the amount of data you
attempted to add. Try inserting or pasting less data" and refuse to run."
The latter occurs when there are memo fields in the source data - setting
field attribute to "can expand" does not help.

Never happened before "upgrade" to 2007.


This happens so frequently that I gave up on the report editor and generate
my own html reports with VB.


"Jeff Boyce" wrote:

I'm still unclear...

What do you mean by "format the value when I print it out"?

Are you doing that in the report definition?

(I don't have any first-hand experience with this kind of slow-down, so I'll
suggest that you search on-line with some of the related terms.)

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message
...
On Jan 8, 11:54 am, "Jeff Boyce" wrote:
It's quite common to build a query that returns the raw values, then base
a
report on it that formats the values for printed output.

How are you "completing the report"? Are you including the time to print
it, or merely to display it in print preview mode?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"iccsi" wrote in message

...



I have a report which link to a query.


It takes 10 seconds to run the query, but it takes 2 minutes to
complete the report.


There is no coding on the report. The report just simple text box to
the query fields.


Are there any over head to running report then query?


I thought that the time to run the report and query should not be so
big difference.


Any suggestions to look the problem is appreciated,


Inung- Hide quoted text -


- Show quoted text -


Thanks for the message,
Yes, I format the value when print it out.
No, I just count the time for show the report.

If it is the case then nothing I can do for this.
Am I right?

Your information is great appreciated,


Inung


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.