<Selection>

	<Group distinct="yes" >

		<Object alias="per" name="Person" displayLabel="F002E" showCriteria="yes">

			<Store into="PpePerID">per.PerID</Store>

		</Object>

		<Object alias="ibl" name="InboundLog" displayLabel="LF0AC" showCriteria="yes">

			<Link to="per" type="outer" linkIfNoCrit="no">ibl.IblPerID = per.PerID</Link>

		</Object>

		<Object alias="eml" name="MassEmailing" displayLabel="FF08D" showCriteria="yes">

			<Link to="ems" type="outer" linkIfNoCrit="no">eml.EmlID = ibl.IblEmlID </Link>

		</Object>

	</Group>

</Selection>