I am trying to display (on a form, OneSideOfRelationship) the last "Date" of an item purchased in a related table(ManySideOfRelationship). I am using " =Max(DLookUp("POItDteRcd","POItems","POItNme = Forms![Inv]![InvName] And POItSize= Forms![Inv]![InvSize]")) " but nothing is returned and I get no error. The "DLookUp" works fine, but when I add the "Max" function, all I get is an empty field. Can someone please advise?