Hi,
I have a Infopath form with 2 fields "Old Department " and "New Department ". On opening the form, Old Department field will be auto populated (The value is coming from other infopath view). User will manually enter
the new value to New Department field.
If user changes his department only once then i can put simple 2 text boxes to capture the change. But the user can change his department n number of times. So , I am thinking to put the 2 text box "New Dept" and "Old Dept" in repeating
table.section.
I want Old Dept to be auto populate from previous view and user to manually enter New Dept field. If user changes his department further, then he will click "Insert Item" and again 2 text boxes will be shown (As per repeating section functionality).
Now I want "New Dept" value to be automatically coming in Old Dept box,, so that user can enter again manually in New Dept box.
I will try to understand my problem with a screen shot.![]()
If this is not possible without code then, is there any other way through which I can maintain history...
I do not necessarily need to show history in Infoapth.. I can keep this for internal reference within some where in SharePoint Form Library also..
Please help...