Hi,
I am hoping someone can help.
I am using Live Cycle to create a form that requires a unique number but having difficulty working out how to auto number the form.
For example the first form will be numbered 752001 and then any subsequent times the form is opened it will add 1 so i.e 752002 752003, so on and so forth.
I am new to Live Cycle as designer software but have done lots of VB coding etc on other programs so happy to add script if anyone knows what and where it should go.
Any help will be muchly appreciated.
Kind Regards
next time when the form is opened, you can put a script at the initialize event, so that the same value is picked from the excel, and incremented by 1.
~~ S I D ~~