C
Cindy
SELECT First([Cindy Pump Calc Query].Flow) AS Flow, First
([Cindy Pump Calc Query].Temperature) AS Temperature, First
([Cindy Pump Calc Query].Consistency) AS Consistency, Sum
([Cindy Pump Calc Query].[Section Friction Loss]) AS
[Total Dynamic Head]
FROM [Cindy Pump Calc Query];
The [Section Friction Loss] comes up empty because in my
Form!Cindy Pump Calc! which feeds Cindy Pump Calc Query,
it doesn't enter this number.
Section Friction Loss is a long formula that uses
information off my form, it is not an entered number by
the user. Only numbers that are entered in the form are
sent back to the query (table view). I would like a way
to get the calculated values, as [section friction loss]
back into my query, so that when I make a sum of them, I
can receive the answer, send it to a report and everyone's
happy.
I am so sorry I am bad at explaining, Is there something
else specific I should be asking?
Cindy
([Cindy Pump Calc Query].Temperature) AS Temperature, First
([Cindy Pump Calc Query].Consistency) AS Consistency, Sum
([Cindy Pump Calc Query].[Section Friction Loss]) AS
[Total Dynamic Head]
FROM [Cindy Pump Calc Query];
The [Section Friction Loss] comes up empty because in my
Form!Cindy Pump Calc! which feeds Cindy Pump Calc Query,
it doesn't enter this number.
Section Friction Loss is a long formula that uses
information off my form, it is not an entered number by
the user. Only numbers that are entered in the form are
sent back to the query (table view). I would like a way
to get the calculated values, as [section friction loss]
back into my query, so that when I make a sum of them, I
can receive the answer, send it to a report and everyone's
happy.
I am so sorry I am bad at explaining, Is there something
else specific I should be asking?
Cindy