How can Access/VBA evaluate a variable containing an expression string as an expression rather than as a string?
E.g.,
varExpr = "1 + 1"
How do I evaluate the contents of varExpr to get 2 instead of "1 + 1"?
Dlookup() requires a domain, and Access has no equivalent of Excel's Indirect()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.