** help, repeating section problem

B

bbddvv

I am making a form that populates an Access Database. In this form, a user
enters their name and then fills out multiple repeating sections.

The problem I'm having is that whenever a repeating section is added, the
user must re-enter their name for this new section.

I want the user to enter their name ONLY ONCE, and yet still have each line
of the database correctly populated with their name.

I tried moving the user's name field outside of the repeating section box,
but InfoPath doesn't like this, and the database does not populate correctly.

How do I do this?
 
V

virgul

Hi

You can try this I'm not sure that work for your probleme but I have do
that and for me that work:

You can put a label for enter the name of the person (this control is
outside of the reapting table) and with an XPath expression in the
reapeating table name add the value of the field (the field outside the
reapeating table) and infopath automaticaly copy the name in each row
of the table.

I believe you understand I know my english is not perfect.. so ask for
more if you don't understand

++
 
Top