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