Help required...
I have an InfoPath from which is linked to a Sharepoint Document Libary.
What I am trying to achieve is to have a unique number that is automatically
created when you save / Submit an InfoPath form that increments from the last
form saved in the libary.
Can anyone help?

Signature
Michael
XOR - 27 Nov 2006 02:08 GMT
I assume you are talking about the save as name for the forms.
To get them unique i used the 'now()' function as it is pretty unlikely that
you will have two people submitting the forms at the exact same second (well,
depends how many users you have i guess).
if you have many users perhaps you could use the concat function to join
'now()' and one of the values that the user enters in the form.
good luck