P
phil access
Field 1 is Date, Field 2 is time, Field 3 is elapsed time, Field 4 is
temperature, Field 5 is pressure head,
Error message is:
You tried to execute a query that does not include the specified expression
'4.28*0.577*0.5773*([Field4])+0.004^2.5'
as part of an aggregate function.
SELECT SN18941_apr1_noheadersa.Field1, Sum(SN18941_apr1_noheadersa.Field4)
AS SumOfField4, (4.28*0.577*0.5773*([Field4])+0.004^2.5) AS cfs, [gpd] AS
Expr2, Sum([gpm]*6*60*24)/(1000000) AS mgd, [cfs]/0.00222800925926666 AS gpm
FROM SN18941_apr1_noheadersa
WHERE (((Month([field1]))=[what month?]))
GROUP BY SN18941_apr1_noheadersa.Field1, [gpd];
What is the error in this query?
temperature, Field 5 is pressure head,
Error message is:
You tried to execute a query that does not include the specified expression
'4.28*0.577*0.5773*([Field4])+0.004^2.5'
as part of an aggregate function.
SELECT SN18941_apr1_noheadersa.Field1, Sum(SN18941_apr1_noheadersa.Field4)
AS SumOfField4, (4.28*0.577*0.5773*([Field4])+0.004^2.5) AS cfs, [gpd] AS
Expr2, Sum([gpm]*6*60*24)/(1000000) AS mgd, [cfs]/0.00222800925926666 AS gpm
FROM SN18941_apr1_noheadersa
WHERE (((Month([field1]))=[what month?]))
GROUP BY SN18941_apr1_noheadersa.Field1, [gpd];
What is the error in this query?