W
William McNeill
I want to create a form based of a query called "EURUSD." In the query I
have fields "Open," "Close," EWG," "OWG," and "HMG."
I want to put in text boxes and the above fields on the form. I would like
to be able to put in a value in TextBox1 and another value in TextBox2, and
get the averages of EWG, OWG, and HMG for the records where Open is equal to
TextBox1 and where Close is equal to TextBox2. I would like to be able to
type in values in TextBox1 and TextBox2 at will and retrieve the desired
averages.
Is this possible? Is there a better way? Thanks!!!
have fields "Open," "Close," EWG," "OWG," and "HMG."
I want to put in text boxes and the above fields on the form. I would like
to be able to put in a value in TextBox1 and another value in TextBox2, and
get the averages of EWG, OWG, and HMG for the records where Open is equal to
TextBox1 and where Close is equal to TextBox2. I would like to be able to
type in values in TextBox1 and TextBox2 at will and retrieve the desired
averages.
Is this possible? Is there a better way? Thanks!!!