If you are always inserting new sections at the end of the list your other view can filter to only show the ( i.e. position() = last() ) section.
If you are always inserting new sections at the start of the list, your other view can filter to only show the first ( i.e. position() = 1 ) section.

Signature
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com
I'm trying to create a view that shows the most recently created repeating
section so that users can print it without printing all of the previous
repeating sections.
Users are creating a new section every week and they need to print the
section to add to a paper file. The problem is that InfoPath doesn't have an
easy way of telling what the page numbers are unless you view it in print
preview (then remember the numbers, go to print menu, type them into the
print range, and print).
Any ideas?
Janie - 16 Feb 2006 08:55 GMT
That's great...worked the first time I tried it. Thank you very much.
> If you are always inserting new sections at the end of the list your other view can filter to only show the ( i.e. position() = last() ) section.
>
[quoted text clipped - 11 lines]
>
> Any ideas?
Greg Collins [InfoPath MVP] - 16 Feb 2006 17:51 GMT
Glad I could help!

Signature
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com
That's great...worked the first time I tried it. Thank you very much.
"Greg Collins [InfoPath MVP]" wrote:
> If you are always inserting new sections at the end of the list your other view can filter to only show the ( i.e. position() = last() ) section.
>
> If you are always inserting new sections at the start of the list, your other view can filter to only show the first ( i.e. position() = 1 ) section.