I have a student record an I want to pull Contact 1 and Contact 2 for the student in the same row. The Contact Sequence sits on a different table then the Contact Name.
This is what I want to see,
[tt] StuLast StuFirst Contact1 Contact2[/tt]
But this is what I am seeing
[tt] StuLast StuFirst Contact1
StuLast StuFirst Contact2[/tt]
My formula for pulling the Contact is ParentLast: IIf([SIS_SLOT]=1,[dbo_CSL_CNT_CONTACT.LAST_NAME]) and ParentLast: IIf([SIS_SLOT]=2,[dbo_CSL_CNT_CONTACT.LAST_NAME])
where [SIS_SLOT] is the Sequence Number.
Thanks!
Hillary
This is what I want to see,
[tt] StuLast StuFirst Contact1 Contact2[/tt]
But this is what I am seeing
[tt] StuLast StuFirst Contact1
StuLast StuFirst Contact2[/tt]
My formula for pulling the Contact is ParentLast: IIf([SIS_SLOT]=1,[dbo_CSL_CNT_CONTACT.LAST_NAME]) and ParentLast: IIf([SIS_SLOT]=2,[dbo_CSL_CNT_CONTACT.LAST_NAME])
where [SIS_SLOT] is the Sequence Number.
Thanks!
Hillary