How do I give each form a number when its opened?

L

Lee

I would like to have my form automatically numbered (+1) each time it is
opened. I would like to keep all my information on the same computer that I
am filling the form out on. Also, would like to use these numbers to look up
completed forms. I would Like to use excel if possible, but I do have access.
Thanks
 
G

Greg Collins [InfoPath MVP]

You will need to use Access. A database is the only way you can ensure a unique number per form created. This topic has been discussed numerous times before and so it shouldn't be too difficult to locate more information on it if you need it.
 
A

Anders J

Except if you genereate a GUID from code behind in the info path form. But
is not "incremental" unique...but unique.

Regards
Anders

"Greg Collins [InfoPath MVP]" <gcollins_AT_msn_DOT_com> wrote in message
You will need to use Access. A database is the only way you can ensure a
unique number per form created. This topic has been discussed numerous times
before and so it shouldn't be too difficult to locate more information on it
if you need it.
 
Top