Is the any way to convert an equation in Excel to something Access will
understand other than manually rewriting the code?
Basic equation has several *MOD(A,B) and several IF(AND(C,D)...
simply changing MOD(A,B) to (A MOB B) and changing
IF(AND(C,D)... to IIF(C AND D)... does not do the trick. I suspect I'm having
parentheses problems. A, B, C, and D are themselves complex equations.
Chuck
understand other than manually rewriting the code?
Basic equation has several *MOD(A,B) and several IF(AND(C,D)...
simply changing MOD(A,B) to (A MOB B) and changing
IF(AND(C,D)... to IIF(C AND D)... does not do the trick. I suspect I'm having
parentheses problems. A, B, C, and D are themselves complex equations.
Chuck
Comment