Greg - thanks for the info. I'm pretty close to figuring this out. So far
I've been able to duplicate the asset template using the preserve code block
as it did. The one problem I seem to be having though is the asset template
creates a unique id but it doesn't actually display the id in the individual
asset view. For some reason my template displays the unique id even though
the field is not part of the view.
> One easy solution is to have a field (usually in a secondary data source) which stores the selection when the user clicks the button in the repeating table. Then the view switches, and a repeating section is presented which is filtered on the value of the field storing the selection.
>
[quoted text clipped - 8 lines]
> Thanks!
>
If it is displaying a field/value in the view, then there's something in there to cause it to display that. Carefully review the view in the designer to find where this is coming from, and then remove it.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Greg - thanks for the info. I'm pretty close to figuring this out. So far
I've been able to duplicate the asset template using the preserve code block
as it did. The one problem I seem to be having though is the asset template
creates a unique id but it doesn't actually display the id in the individual
asset view. For some reason my template displays the unique id even though
the field is not part of the view.

Signature
-ridawg
"Greg Collins [InfoPath MVP]" wrote:
> One easy solution is to have a field (usually in a secondary data source) which stores the selection when the user clicks the button in the repeating table. Then the view switches, and a repeating section is presented which is filtered on the value of the field storing the selection.