I started down that road of inserting, but I really don't have to do anything with the specific records except know which one I've selected on screen. In other words - Users are filling in a Vendor Log with Communications. For My dashboard I want to display in the left panel the DISTINCT list of Vendor's from the log, and the right some log info based on which Vendor is selected on the left. I have the Stored Procedure working and it does return the proper distinct records to the grid. For the Right panel the Query is written to except the selected vendor object on the left in a Process, but as you now confirm, it's an empty set. I thought the syntax of the query, "EXEC_SP <SP> RETURN <VENDORS>" , returned the Select results into the Vendor BO I setup.