1
   

Formaring a report in Access 97

 
 
Kedge
 
Reply Mon 29 Nov, 2004 08:35 am
Hello

I have a small access database which generates a number of reports. One of the reports details the average percentage of calls a user answers correctly. (data obtained from a query)

SQL = SELECT QA.[Ticket Owner], Avg(QA.User_Total) AS AvgOfUser_Total, Avg(QA.Type_Total) AS AvgOfType_Total, Avg(QA.Small_Total) AS AvgOfSmall_Total, Avg(QA.Full_Total) AS AvgOfFull_Total, Avg(QA.Find_Total) AS AvgOfFind_Total, Avg(QA.Grand_total) AS AvgOfGrand_total, Count(QA.QAID) AS CountOfQAID
FROM QA
GROUP BY QA.[Ticket Owner]
HAVING (((QA.[Ticket Owner])=[Name of the SDA eg John, Karen, Cindy, Steve, Rich or Jess]));

I am trying to format the value displayed in the report so that it has 0 decimal places. but cannot get this to work.

I have tried specifying in the table QA that there is 0 decimal places, I've tried to specify 0 decimal places in the actual query but still get decimal places.

Is there anything I can do?

Cheers

Kedge
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 918 • Replies: 6
No top replies

 
husker
 
  1  
Reply Mon 29 Nov, 2004 08:38 am
if it's small you could email it to me
0 Replies
 
husker
 
  1  
Reply Mon 29 Nov, 2004 08:38 am
I'm using access 2003
0 Replies
 
Kedge
 
  1  
Reply Mon 29 Nov, 2004 08:41 am
460Kb, is that OK to email?
0 Replies
 
Kedge
 
  1  
Reply Mon 29 Nov, 2004 08:55 am
Or I can upload it to my website and you can download it if you want.
0 Replies
 
husker
 
  1  
Reply Mon 29 Nov, 2004 09:21 am
sure no problem for me
0 Replies
 
Grand Duke
 
  1  
Reply Mon 29 Nov, 2004 09:47 am
Have you tried formatting the text box control on the report? Set the format (through Properties) of the control(s) to "Standard" and specify 0 decimal places. That way, you get the display in whole numbers, but the underlying calculations are done with more accuracy.
0 Replies
 
 

Related Topics

Clone of Micosoft Office - Question by Advocate
Do You Turn Off Your Computer at Night? - Discussion by Phoenix32890
The "Death" of the Computer Mouse - Discussion by Phoenix32890
Windows 10... - Discussion by Region Philbis
Surface Pro 3: What do you think? - Question by neologist
Windows 8 tips thread - Discussion by Wilso
GOOGLE CHROME - Question by Setanta
.Net and Firefox... - Discussion by gungasnake
Hacking a computer and remote access - Discussion by trying2learn
 
  1. Forums
  2. » Formaring a report in Access 97
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.04 seconds on 05/17/2024 at 05:02:10