• This is the table...the only row pulling data is the middle row...that row has a group by rmpropid. And the table as a whole has a dataset of selected properties.

    Selected properties are:

    select * from rmprop where rmpropid in (@PROPERTIES)

    @PROPERTIES is filled by this parameter...

    Let me know if this helps...

    As of now I successfully got the rows to repeat for the correct properties...but the data in the datasets is still not working properly.

    Do these pictures help you at all to know what I'm trying to achieve?

    I just want every row to represent just that properties data.