I have a table with canned formulas such as: (FldA + FldB)/FldB
I want the user to be able to select one of these from a combobox and then have this become a formula in my master query.
Unfortunately, I can only get the query to display (FldA + FldB)/FldB instead of this formula's result which should be a number.
My SQL shows: forms!myform!mytextbox as ColA
Any recommendations on how to make the query take the string from the text box and recognize it as a formula?
Let me know if I didn't provide enough details
Thanks!
I want the user to be able to select one of these from a combobox and then have this become a formula in my master query.
Unfortunately, I can only get the query to display (FldA + FldB)/FldB instead of this formula's result which should be a number.
My SQL shows: forms!myform!mytextbox as ColA
Any recommendations on how to make the query take the string from the text box and recognize it as a formula?
Let me know if I didn't provide enough details
Thanks!