Hello,I tried using eval() like this:But, Access ignores the dot and everything after it so that my statement in effect becomes:
Code:eval("AB16_" & "Total.value")I did not expect this and can't find documentation regarding this. Further, if I replace the dot with a "!" I get the same result.Code:eval("AB16_Total")
Thanks for the help.