How to Auto-number or auto-generate

A

Arthur Lapies

How is one able to setup an auto-numbering scheme in an InfoPath form
connected to MS Sharepoint server. I am attempting to either have a random
six digit number generated, or one sequentially generated when a user chooses
'Fill Out Form' from the sharepoint intranet page.
 
M

Michelle

There have been several posts on this issue already. You should try
searching the newsgroup. In short if memory serves correctly the results
were that you should probably have a db or webservice that generates the
nextno for you. Another idea was to have an xml resource file that would
hold the next no.
 
Top