The EVAL function will do that.
strFormula = "((5 * 3)/3) + 100"
Foo = Eval(strFormula)
Klatuu,
Thanks. I should have given an example with the formula I am wanting to
retrieve from Access.
Ex. "A + B - 180"
Where A & B are variable that have been set earlier in the code.
Thanks,
pruetta

Signature
pruetta
> The EVAL function will do that.
> strFormula = "((5 * 3)/3) + 100"
[quoted text clipped - 6 lines]
> >
> > Thanks,
Klatuu - 24 Aug 2005 17:25 GMT
You can reference control values in a form or report, but not variables, sorry.
> Klatuu,
>
[quoted text clipped - 19 lines]
> > >
> > > Thanks,