OK, trying a new tack here, to try to get the first query to filter to a single donation record. This code ...
SELECT Forms!PersonalMasterF!RadThonSubF.Form![MasterID] AS MasterID, Max(Forms!PersonalMasterf!RadThonSubF.Form![RDYear]) AS RDYear
FROM RadThonT;
... successfully finds a single...