Using VBA for an access 2003 sales app.
Does anybody know of an eval function, library, calc tool, algebra tie-in, or addin that will run 'if' statements? I have a large table of calculations that are used to get my total items count.
ie if(x=1,120,0)
I can parse this into variables (test,truepart,falsepart) or format it into proper VBA (if x=1 then 120 else 0 endif)
however some of the if statements are nested!! Recursion would be a pain.
Thanks for your help!
Does anybody know of an eval function, library, calc tool, algebra tie-in, or addin that will run 'if' statements? I have a large table of calculations that are used to get my total items count.
ie if(x=1,120,0)
I can parse this into variables (test,truepart,falsepart) or format it into proper VBA (if x=1 then 120 else 0 endif)
however some of the if statements are nested!! Recursion would be a pain.
Thanks for your help!