J
Jedit
Help please.
Don’t seem to be able to see the woods for the trees here????
Anyway.
I want to input a value from a query in to a textbox on my form.
The form is bound to a query called qry_datainput that does some calcs etc &
displays the data. The text box (form-time) takes input manually but I want
to get a value (sum-form-time) from another query called QRY_sum-fORM time.
How can I automate this function so that I don’t have to copy the value from
one form & paste it into the other????
code for query is bellow
SELECT DISTINCTROW QRY_Part_N
Ps.mc, Sum(QRY_Part_N
Ps.[Unit Time]) AS
[Sum Of Unit Time]
FROM QRY_Part_N
Ps
GROUP BY QRY_Part_N
Ps.mc
HAVING (((QRY_Part_N
Ps.mc)="FORM"));
Don’t seem to be able to see the woods for the trees here????
Anyway.
I want to input a value from a query in to a textbox on my form.
The form is bound to a query called qry_datainput that does some calcs etc &
displays the data. The text box (form-time) takes input manually but I want
to get a value (sum-form-time) from another query called QRY_sum-fORM time.
How can I automate this function so that I don’t have to copy the value from
one form & paste it into the other????
code for query is bellow
SELECT DISTINCTROW QRY_Part_N
[Sum Of Unit Time]
FROM QRY_Part_N
GROUP BY QRY_Part_N
HAVING (((QRY_Part_N