Auto Numbering

N

NikV

How do you get a field in InfoPath form to auto number? The form will be
save in a MS SQL database? I would like to be a 6 digit number with the
letters "CR" in front of it. Please help. Thanks!
 
A

Andrej

i do not realy understand what you mean.

do you want to generate an autonumber which looks like

CR000001
CR000002
....



Andrej
 
N

NikV

Yes that is correct. I want to generate an autonumber everytime the user
clicks on a button in the InfoPath form. The generated number will be shown
in a text box and later saved in a database.
 
N

NikV

Andrej,
I am still interested in the below question. If there a way to generate a
number in a text box using the current system time after the user clicks on a
button. I would like the number to look like the this:

CR09560105 -- where 0956 is the current time and 0105 is the current
month/year.
 
Top