Kaup, Chester A
kaupca at chevrontexaco.com
Thu Apr 29 09:33:49 CDT 2004
That got it. Thanks. Chester Kaup Technical Assistant Texas Gas Team/MidContinent Business Unit CTN 8-687-7415 Outside 432-687-7414 No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Thursday, April 29, 2004 9:15 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Query results display problem Hi Chester Have you tried: Avg(CDbl([SumOfTOTOILPROD])/1000) AS OIL /gustav > I have a query that returns a 7 day average of some numbers and the 7 > day average divided by 1000. The regular 7 day average display fine > but the 7 day average divided by 7 displays no decimal places. For > example 7 day average is 1027.28571429 but the seven day average > divided by seven displays 1. I tried setting properties to fixed and 2 > decimal places and got 1.00. Why does it display this way? Thanks. SQL > if someone wants to look at it. > SELECT Avg([qry Sandhills Oil].SumOfTOTOILPROD) AS > AvgOfSumOfTOTOILPROD, > Avg(([SumOfTOTOILPROD])/1000) AS OIL > FROM [qry Sandhills Gas] INNER JOIN [qry Sandhills Oil] ON [qry > Sandhills Gas].ACTVDATE = [qry Sandhills Oil].ACTVDATE > WHERE ((([qry Sandhills Gas].ACTVDATE) Between Date()-8 And Date()-2)); -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com