Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alang777

  1. alang777

    Evaluating expression stored in string variable

    That's it!! I've needed Eval() before but never knew the trick! Thanks MajP! A blessing upon you and your family!
  2. alang777

    Evaluating expression stored in string variable

    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()...

Part and Inventory Search

Back
Top