No coding required!
You will need to rework you data just a little.
Add 2 buttons and a field and a section to the Repeating section.
The added field ("Hide") does not need to be on the form.
When the user clicks the [+] button, have it set the "Hide" = False (using
Rules).
On the nested section, add Conditional Formatting to hide the control when
"Hide" = True, and not hide when "Hide" = False.
Also add this conditional formatting to the buttons so that only 1 is showing.
(You don't have to add the section, but that is easier than adding the
formatting to every field, and remembering to add it when you add new fields!)
------------------------------ Repeating Section---------------------
[+][-] Name: _______________
---------------------Section----------------------
| Other data, description, etc
----------------------------------------------------
--------------------------------------------------------------------------

Signature
This posting is provided "AS IS" with no warranty & confers no rights.
Sample code subject to http://www.microsoft.com/info/copyright.htm. Do not
send email to this alias. It is for newsgroups only.
> Hi,
>
[quoted text clipped - 31 lines]
> Regards
> Damian
Damian Fawkner - 29 Mar 2007 12:02 GMT
Hi,
Thanks very much for the response.
Regards
Damian
> No coding required!
> You will need to rework you data just a little.
[quoted text clipped - 52 lines]
> > Regards
> > Damian