Using SQL to retrieve a formula?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wondering if there is a way in VBA to extract and use a formula that is
stored in an access table. I have tried and the formula comes in as a string
and it will not work properly. Is there a specific command in VBA that will
allow you to SQL the formula and have it work properly inside of you code?

Thanks,
 
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
 
Back
Top