I am using Infopath to create a two-step sharepoint web form -- where
first step is preliminary data entry and second step is follow up data
input. I would like to accomplish this without sharepoint creating a
duplicate record -- however, I'm not sure how to do this. The fields
that I might ordinarily use as primary keys (@ID, @Created, etc.)
aren't established until after the 'submit' button is pressed.
Therefore, I can't 'title' the record in a unique way -- which could be
overwritten in the second step. Any thoughts?