InfoPath and Sharepoint

M

Michael Knowles

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?
 
X

XOR

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top