Hi people,
Im trying to post a form back to a sharepoint form library, and i would like
the responses to be annonymous.
A user would be logged on in their account, and usually i have a text box
that they tap their username into and i'd use that as the file name of the
forms response, but that wont do in this scenario.
How would i make the file name unique to avoid responses overwriting each
other?
Art - 23 Feb 2007 22:26 GMT
Use now() as the primary key or file name or use a sequential number as the
file name
> Hi people,
> Im trying to post a form back to a sharepoint form library, and i would
[quoted text clipped - 7 lines]
> How would i make the file name unique to avoid responses overwriting each
> other?