In my query i have a field 'Amount': which returns the result of a formula i.e: Amount: Sum([Charge]*0.299). However this formula may change over time and therefore i have produced a Form where by the user can enter a new formula for the query to use. I've ammended the query to Amount: Forms!Form1!txtFormula. The problem is that when the query runs the actual formula is displayed rather than the result e.g. the string "Sum([Charge]*0.299)" is returned. How do i get the query to recognise it as a forula and not a string??