Recent content by ewandavis

  1. E

    Use of Eval with Access Recordset

    Thanks Erik your alternative approach does what I was trying to do with Eval Ewan
  2. E

    Use of Eval with Access Recordset

    In some Access 2003 VBA code have strEval = "rsMatter_Details!" & !Database_Name With the value of Database name in the first record strEval correctly contains “rsMatter_Details!Matter_ID” debug.print rsMatter_Details!Matter_ID prints the correct value but...
Back
Top Bottom