I was working on a project, basically it's using MS InfoPath to design a form. I am currently facing an issue with the autonumbering.
Here is the scenario:
- User submits a form (ID: 1)
- Admin receives the form (ID: 1) - correct
- Admin edits the same form (ID: 1)
- Admin updates/submits the form (max(ID)+1) - wrong
Is there a way to keep the numbering if the 2nd user updates the same form?